-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 872 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
{
"name": "gulpfile",
"version": "1.0.0",
"description": "my gulpfile",
"author": "babs",
"license": "MIT",
"scripts": {},
"devDependencies": {
"browser-sync": "^2.12.10",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.8",
"gulp-concat-util": "^0.5.5",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-include": "^2.2.1",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-remember": "^0.3.1",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6",
"main-bower-files": "^2.13.1",
"multipipe": "^0.3.0",
"run-sequence": "^1.2.1"
}
}