forked from infernalmaster/gulp-happy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.28 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
50
51
52
53
54
{
"name": "gulp-happy-starter",
"version": "0.0.1",
"description": "Gulp starter with common tasks and scenarios",
"repository": {
"type": "git",
"url": "git://github.com/infernalmaster/gulp-happy-starter.git"
},
"browserify": {
"transform": [
"browserify-shim",
"coffeeify"
]
},
"browserify-shim": {
"plugin": {
"exports": "plugin",
"depends": [
"jquery:$"
]
}
},
"devDependencies": {
"browser-sync": "~1.3.6",
"browserify": "~5.10.1",
"browserify-shim": "~3.7.0",
"coffeeify": "~0.7.0",
"del": "^0.1.2",
"glob": "^4.0.5",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.8",
"gulp-changed": "^0.4.1",
"gulp-coffeelint": "^0.3.4",
"gulp-csso": "^0.2.9",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^0.6.2",
"gulp-jade": "^0.7.0",
"gulp-minify-html": "^0.1.4",
"gulp-notify": "^1.4.2",
"gulp-plumber": "^0.6.4",
"gulp-replace": "^0.4.0",
"gulp-sass": "^0.7.3",
"gulp-uglify": "^0.3.2",
"gulp-uncss": "^0.4.5",
"gulp-useref": "^0.6.0",
"gulp-util": "^3.0.0",
"pretty-hrtime": "~0.2.1",
"require-dir": "^0.1.0",
"run-sequence": "^0.3.6",
"vinyl-source-stream": "~0.1.1",
"watchify": "~1.0.2",
"node-bourbon": "~1.2.3"
}
}