-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"name": "gulp-workflow",
"version": "1.0.0",
"description": "Gulp workflow for front-end development",
"main": "gulpfile.js",
"author": {
"name": "mohamdio",
"url": "https://mohamd.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mohamdio/gulp-workflow"
},
"devDependencies": {
"browser-sync": "^2.11.0",
"browserify": "^12.0.2",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-cssbeautify": "^0.1.3",
"gulp-favicons": "2.2.3",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-help": "^1.6.1",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^3.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-load-subtasks": "^1.1.2",
"gulp-minify-css": "^1.2.3",
"gulp-newer": "^1.1.0",
"gulp-nunjucks-render": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-prettify": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^1.5.1",
"gulp-uncss": "^1.0.4",
"gulp-util": "^3.0.7",
"imagemin-pngquant": "^4.2.0",
"lazypipe": "^1.0.1",
"lodash.assign": "^3.2.0",
"main-bower-files": "^2.11.1",
"run-sequence": "^1.1.5",
"sassdoc": "^2.1.19",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
}
}