-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1020 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1020 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "web-gulp",
"version": "1.0.0",
"description": "web-gulp package",
"keywords": [
"gulp",
"bower",
"sass",
"compass"
],
"author": "Ed Bond",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.7.13",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-compass": "^2.1.0",
"gulp-connect-php": "0.0.5",
"gulp-iconfont": "^5.0.0",
"gulp-iconfont-css": "^2.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.3.1",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.3",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-rigger": "^0.5.8",
"gulp-showhelp": "^1.0.3",
"gulp-size": "^1.2.3",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"wiredep": "^2.2.2",
"yargs": "^3.15.0"
}
}