-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
36
{
"name": "sgs",
"version": "1.0.0",
"description": "三国杀武将DIY展示",
"main": "entry.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masquevil/sgs.git"
},
"author": "soulran",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/masquevil/sgs/issues"
},
"homepage": "https://github.com/masquevil/sgs#readme",
"dependencies": {
"autoprefixer": "^6.7.6",
"css-loader": "^0.26.4",
"file-loader": "^0.10.1",
"fs": "0.0.1-security",
"jshint": "^2.9.4",
"jshint-loader": "^0.8.4",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^3.0.0",
"postcss-loader": "^1.3.3",
"precss": "^1.4.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^1.14.0"
}
}