forked from barcamphk/barcamphk2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 825 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
{
"name": "barcamphk2017",
"version": "0.1.0",
"description": "Barcamp HK 2017 website",
"main": "entry.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barcamphk/barcamphk2016.git"
},
"author": "vincicat",
"license": "MIT",
"bugs": {
"url": "https://github.com/barcamphk/barcamphk2016/issues"
},
"homepage": "https://github.com/barcamphk/barcamphk2016#readme",
"devDependencies": {
"autoprefixer": "^6.5.0",
"css-loader": "^0.18.0",
"node-sass": "^3.13.0",
"postcss-loader": "^1.1.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.0"
},
"dependencies": {
"extract-text-webpack-plugin": "^1.0.0",
"normalize.css": "^5.0.0",
"webpack": "^1.13.1"
}
}