-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mobile",
"version": "1.0.0",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.7.5",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.17.3",
"cross-spawn-async": "^2.2.4",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-csso": "^1.1.0",
"gulp-express": "^0.3.5",
"gulp-filter": "^4.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-live-server": "^0.0.30",
"gulp-minify-html": "^1.0.6",
"gulp-notify": "^2.2.0",
"gulp-pixrem": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.3.0",
"gulp-rev": "^7.1.0",
"gulp-rev-collector": "^1.0.5",
"gulp-rev-replace": "^0.4.3",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^4.2.2",
"node-sass": "^3.10.1",
"ora": "^0.4.0",
"pump": "^1.0.1",
"rev-del": "^1.0.5",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"build": "gulp del_rev",
"del": "gulp del_build"
},
"author": "levy",
"license": "ISC",
"description": ""
}