-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "WebWorkflow",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-sass": "^2.0.1",
"gulp-util": "^3.0.5",
"node-notifier": "^4.2.1"
},
"devDependencies": {
"dateformat": "^1.0.11",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autopolyfiller": "^1.2.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.2.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.6",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-sizereport": "^1.1.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"gulp-zip": "^3.0.2",
"imagemin-pngquant": "^4.1.0",
"node-notifier": "^4.2.1",
"path": "^0.11.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}