forked from sofichael/gulp-rev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 973 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": "gulp-test",
"version": "1.0.0",
"description": "test",
"main": "gulpfile.js",
"author": "[email protected]",
"dependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.8",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^0.1.6",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-rev-collector": "^1.0.2",
"gulp-rev-rep": "^1.1.1",
"gulp-sass": "^1.3.3",
"gulp-static-hash": "^0.1.2",
"gulp-uglify": "^1.2.0",
"imagemin-pngquant": "^4.0.0",
"path": "^0.11.14",
"gulp-asset-rev": "0.0.3",
"gulp-rev-append": "^0.1.6",
"gulp-sourcemaps": "^1.3.0",
"gulp-clean-dest": "^0.1.0"
},
"devDependencies": {
}
}