-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 955 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": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.2.1",
"browser-sync": "^2.10.1",
"gulp": "^3.9.0",
"gulp-cache": "^0.4.2",
"gulp-changed": "^1.3.0",
"gulp-filter": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.2",
"gulp-px2rem": "^1.0.4",
"gulp-rev": "^6.0.1",
"gulp-rev-collector": "^1.0.2",
"gulp-uglify": "^1.5.1",
"imagemin-jpegoptim": "^4.1.0",
"imagemin-jpegtran": "^4.3.2",
"imagemin-mozjpeg": "^5.1.0",
"imagemin-optipng": "^4.3.0",
"imagemin-pngquant": "^4.2.0",
"lodash": "^3.10.1",
"postcss-px2rem": "^0.2.0",
"postcss-will-change": "^1.0.0",
"run-sequence": "^1.1.5",
"yargs": "^3.31.0"
}
}