forked from adamjgrant/kickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 809 Bytes
/
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
{
"name": "kickstrap",
"version": "2.0.12",
"description": "Framework for advanced Bootstrap web development",
"keywords": [
"Bootstrap",
"Roots",
"Stylus",
"CoffeeScript",
"Jade",
"Angular.js",
"JSPM",
"Require.js"
],
"homepage": "http://getkickstrap.com",
"bugs": "https://github.com/ajkochanowicz/Kickstrap/issues",
"author": "Adam Kochanowicz",
"main": "lib",
"bin": {
"kickstrap": "bin/kickstrap"
},
"repository": {
"type": "git",
"url": "git://github.com/ajkochanowicz/Kickstrap.git"
},
"dependencies": {
"roots": "2.1.2",
"optimist": "0.6.x",
"shelljs": "0.2.x",
"underscore": "1.5.x",
"cli-js": "0.0.x",
"underscore.string": "2.x.x"
},
"engines": {
"node": ">=0.8.0"
},
"preferGlobal": true
}