-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 899 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
{
"name": "hclock",
"version": "1.0.0",
"description": "beautiful hangul clock",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Suho Lee",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.26.3",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.5",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.17.0",
"node-sass": "^4.11.0",
"postcss-loader": "^0.9.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.13.1",
"uglify-loader": "^1.3.0",
"url-loader": "^0.5.7",
"webpack": "^3.12.0",
"webpack-cli": "^3.2.3",
"webpack-path-rewriter": "^1.1.3"
},
"dependencies": {
"jquery": "^2.2.4",
"moment": "^2.13.0"
}
}