-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.04 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
{
"name": "gulp-boilerplate",
"version": "1.4.0",
"description": "Gulp Boilerplate",
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "https://github.com/mzdr/gulp-boilerplate.git"
},
"dependencies": {
"jshint": "^2.8.0"
},
"devDependencies": {
"amd-optimize": "^0.6.1",
"browser-sync": "^2.10.0",
"chalk": "^1.1.1",
"dateformat": "^1.0.12",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-load-utils": "0.0.4",
"gulp-merge-media-queries": "^0.2.1",
"gulp-minify-css": "^1.2.1",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.1.0",
"gulp-size": "^2.0.0",
"gulp-svg-sprite": "^1.2.15",
"gulp-uglify": "^1.5.1",
"gulp-watch": "^4.3.5",
"main-bower-files": "^2.9.0",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"through2": "^2.0.0"
}
}