-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 815 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 815 Bytes
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
{
"name": "gulp-workflow",
"version": "0.0.5",
"author": "Max",
"description": "Using Gulp, SASS and Browser-Sync for your front end web development.",
"homepage": "https://github.com/maxlee/gulp-workflow",
"devDependencies": {
"gulp": "^3.9.0",
"browser-sync": "^2.9.11",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-uglify": "^1.4.2",
"gulp-header": "^1.7.1",
"moment": "^2.10.6",
"del": "^2.0.2",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-imagemin": "^2.3.0",
"imagemin-pngquant": "^4.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-ejs": "^1.2.1"
},
"repository": {}
}