forked from play-co/devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.25 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
{
"author": "The Game Closure SDK Team",
"name": "basil",
"description": "Basil - the Game Closure SDK",
"version": "0.1.27",
"homepage": "http://github.com/gameclosure/",
"repository": {
"type": "git",
"url": "git://github.com/gameclosure/basil.git"
},
"bin": {
"basil": "./bin/basil"
},
"dependencies": {
"read": "~1.0.2",
"cli-color": ">=0.2.2",
"express": "3.0.0rc3",
"uglify-js": "1.3.x",
"wrench": "~1.3.9",
"request": "~2.10.0",
"jash": ">= 0.1.1",
"socket.io": "~0.8.2",
"paperboy": "~0.0.2",
"optimist": "0.3.4",
"async": "0.1.22",
"ff": "0.0.18",
"send": "0.0.3",
"mime": "~1.2.7",
"filesize": "*",
"stylus": ">= 0.29.0",
"nib": ">= 0.8.2",
"falafel": "0.0.2",
"findit": "0.1.2",
"underscore": "1.3.3",
"mixpanel": "0.0.12"
},
"devDependencies": {
"chai": "~1.2.0",
"express": "~3.0.0rc2",
"mocha": "~1.3.2"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha",
"test-browser": "node test/browser/server.js"
},
"private": true,
"basil": {
"addons": [
"examples",
"billing",
"geoloc"
],
"addons-priv": [
"examples-priv",
"billing",
"geoloc"
],
"tealeaf-build-tools": "0.3.0",
"android": "2.1.0"
},
"channel": "release"
}