-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "flip-clock-vanilla",
"version": "1.0.1",
"description": "A flip clock, timer and countdown made with vanilla web components",
"main": "bundle.js",
"repository": "git@github.com:Granze/flip-clock-vanilla.git",
"author": "Maurizio Mangione <granzebru@gmail.com>",
"scripts": {
"start": "webpack --config webpack.config.js -w",
"prettier": "prettier --single-quote --write src/flip-clock.js"
},
"dependencies": {
"date-fns": "^1.17.0",
"hyperhtml": "^2.1.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"prettier": "^1.5.3",
"webpack": "^2.3.3"
},
"license": "MIT"
}