-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 820 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
{
"name": "shanghai-metro-ad",
"description": "Web app boilerplate",
"version": "0.0.1",
"homepage": "https://github.com/tuoxiansp/shanghai-metro-ad",
"author": {
"name": "tuoxiansp",
"url": "github.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tuoxiansp/shanghai-metro-ad.git"
},
"engines": {
"node": ">= 4.0"
},
"devDependencies": {
"puer": "^1.1.1",
"webpack": "^1.12.1",
"style-loader": "^0.12.3",
"css-loader": "^0.18.0",
"url-loader": "^0.5.6",
"expose-loader": "^0.7.1",
"html-webpack-plugin": "^1.7.0",
"gulp": "^3.9.0",
"gulp-webpack": "^1.5.0",
"run-sequence": "^1.1.2",
"yargs": "^3.25.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"vinyl-named": "^1.1.0"
},
"license": "MIT"
}