-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 997 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": "coupon-html",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"dev": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp build",
"push": "cross-env NODE_ENV=production gulp push && node upload.build.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/67one/coupon-html.git"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"browser-sync": "^2.24.2",
"cross-env": "^5.1.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-htmlmin": "^4.0.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.1.0",
"gulp-rev": "^8.1.1",
"gulp-rev-collector": "^1.3.1",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"qiniu": "^7.1.3"
}
}