-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "gulpfile-boilerplate",
"version": "0.1.1",
"description": "Corporate configurable gulp config that can be used in most of projects",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/Uprock/gulpfile-boilerplate"
},
"keywords": [
"gulp",
"gulpfile",
"builder",
"stylus",
"traceur",
"coffee",
"jade"
],
"author": {
"name": "Vsevolod Rodionov",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Uprock/gulpfile-boilerplate/issues"
},
"homepage": "https://github.com/Uprock/gulpfile-boilerplate",
"dependencies": {
"fs-extra": "^0.8.1",
"env": "https://github.com/Jabher/node-env/tarball/master",
"portfinder": "^0.2.1",
"gulp-htmlmin": "^0.1.2",
"gulp-connect": "^2.0.5",
"gulp-cssmin": "^0.1.4",
"gulp-uglify": "^0.2.1",
"gulp-traceur": "^0.4.0",
"gulp-stylus": "^0.2.1",
"es6ify": "^1.1.0",
"gulp-imagemin": "^0.2.0",
"gulp-browserify": "^0.5.0",
"colors": "^0.6.2",
"gulp-cache": "^0.1.3",
"gulp-jade": "^0.5.0",
"open": "0.0.5",
"gulp-cached": "0.0.3",
"gulp-plumber": "^0.6.1",
"gulp-autoprefixer": "0.0.7"
}
}