forked from xiangst0816/AppDownloadPage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 935 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
37
{
"name": "AppDownloadPage",
"version": "1.0.1",
"description": "App下载页面",
"private": true,
"engines": {
"node": ">=4"
},
"scripts":{
"serve":"./node_modules/.bin/gulp serve",
"default":"./node_modules/.bin/gulp default",
"build":"./node_modules/.bin/gulp build"
},
"devDependencies": {
"browser-sync": "^2.2.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-cache": "^0.4.2",
"gulp-cssnano": "^2.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.0.1",
"gulp-inline-source": "^2.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.0",
"gulp-sequence": "^0.4.5",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.0.0",
"run-sequence": "^1.2.2"
},
"main": "index.js",
"license": "MIT"
}