-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
46 lines (45 loc) · 1.01 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
{
"author": "Jacob Waller <[email protected]> (http://blog.krawaller.se)",
"name": "kranium",
"preferGlobal": "true",
"description": "Bigger brains for Titanium Mobile",
"version": "0.1.4",
"homepage": "http://www.kraniumjs.com",
"repository": {
"type": "git",
"url": "git://github.com/krawaller/kranium.git"
},
"main": "kranium",
"bin": {
"kranium": "./kranium.js"
},
"scripts": {
},
"engines": {
"node" : ">= 0.4", "npm" : "1"
},
"dependencies": {
"nomnom": "0.4.1",
"connect": "1.8.1",
"socket.io": "0.8.7",
"stylus": ">= 0.19.3",
"less": ">= 1.1.5",
"coffee-script": ">= 1.1.3",
"async": "0.1.15",
"growl": ">= 1.1.0",
"nimble": ">= 0.0.2",
"colors": ">= 0.5.1",
"uglify-js": ">= 1.1.1",
"underscore": ">= 1.2.2",
"jake": "0.1.20",
"github-flavored-markdown": ">= 1.0.0"
},
"devDependencies": {},
"bugs": {
"url": "http://github.com/krawaller/kranium/issues"
},
"licenses": [{
"type": "MIT",
"url": "http://github.com/krawaller/kranium/raw/master/LICENSE"
}]
}