forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
72 lines (72 loc) · 1.8 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
{
"name": "kickstart-node",
"version": "3.0.76",
"description": "A front-end library for clean HTML and fast performance",
"keywords": [
"CoffeeScript",
"Jade",
"CSS",
"JS",
"Node",
"Gulp"
],
"homepage": "http://getkickstart.com",
"bugs": "https://github.com/adamjgrant/kickstart/issues",
"author": "Adam Kochanowicz",
"repository": {
"type": "git",
"url": "git://github.com/adamjgrant/kickstart.git"
},
"browser": {},
"browserify": {
"transform": [
"coffeeify",
"browserify-shim"
]
},
"browserify-shim": {
"makePromise": "./node_modules/when/lib/makePromise"
},
"devDependencies": {
"browser-sync": "^1.3.6",
"browserify": "^6.2.0",
"browserify-shim": "^3.7.0",
"chai": "^1.9.1",
"coffeeify": "^0.7.0",
"css-purge": "^1.1.1",
"flexbox-grid": "^1.0.0",
"gulp": "^3.8.6",
"gulp-autoprefixer": "0.0.10",
"gulp-cached": "^1.0.1",
"gulp-coffee": "^2.1.1",
"gulp-concat": "^2.4.0",
"gulp-connect": "^2.0.6",
"gulp-css-purge": "^1.0.0",
"gulp-derequire": "^1.0.0",
"gulp-expect-file": "0.0.7",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^1.0.1",
"gulp-jade": "^0.6.1",
"gulp-minify-css": "^0.3.8",
"gulp-mocha": "^1.0.0",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-mustache": "^0.4.0",
"gulp-newer": "^0.3.0",
"gulp-notify": "^1.5.0",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-todos": "^0.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^0.6.8",
"highlight.js": "^8.2.0",
"markdown-js": "0.0.3",
"mocha": "^1.21.4",
"normalize.css": "^3.0.1",
"pretty-hrtime": "^0.2.1",
"require-dir": "^0.1.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1",
"when": "^3.4.4"
}
}