-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
76 lines (76 loc) · 1.98 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "headstart",
"version": "1.3.2",
"description": "An easy-to-use automated front-end setup.",
"author": {
"name": "Florian Vanthuyne",
"email": "[email protected]",
"url": "http://headstart.io"
},
"repository": {
"type": "git",
"url": "git://github.com/flovan/headstart"
},
"bugs": {
"url": "https://github.com/flovan/headstart/issues"
},
"license": "MIT",
"dependencies": {
"browser-sync": "^1.5.1",
"chalk": "^0.5.1",
"github-download": "^0.3.0",
"globule": "^0.2.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "1.0.1",
"gulp-bytediff": "^0.2.0",
"gulp-combine-media-queries": "0.1.0",
"gulp-compile-handlebars": "0.3.3",
"gulp-concat": "^2.4.1",
"gulp-deporder": "^1.0.0",
"gulp-htmlmin": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-ignore": "^1.2.0",
"gulp-imagemin": "^1.0.1",
"gulp-inject": "^1.0.2",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.6.0",
"gulp-manifest": "0.0.6",
"gulp-minify-css": "^0.3.10",
"gulp-newer": "^0.3.0",
"gulp-plumber": "^0.6.5",
"gulp-rename": "^1.2.0",
"gulp-rev": "^1.1.0",
"gulp-rev-outdated": "^0.0.6",
"gulp-rimraf": "^0.1.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-sass-graph": "git://github.com/lox/gulp-sass-graph#828d8efbf1925a09ff9dd3157603f58506c8ae67",
"gulp-strip-debug": "^1.0.1",
"gulp-tap": "^0.1.1",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^0.4.5",
"gulp-w3cjs": "^0.2.1",
"gulp-watch": "^1.0.7",
"inquirer": "^0.7.3",
"jshint-stylish": "^1.0.0",
"liftoff": "^0.13.2",
"lodash": "^2.4.1",
"minimist": "1.1.0",
"ncp": "^1.0.0",
"progress": "^1.1.8",
"psi": "^0.1.2",
"run-sequence": "^0.3.7",
"update-notifier": "^0.2.1",
"open": "0.0.5"
},
"devDependencies": {
"gulp-debug": "^1.0.1",
"gulp-duration": "0.0.0"
},
"engines": {
"node": ">=0.8.0"
},
"bin": {
"headstart": "./bin/headstart.js",
"hs": "./bin/headstart.js"
}
}