-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
54 lines (54 loc) · 1.37 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
{
"name": "fireball",
"version": "0.2.1",
"fire-shell-version": "0.22.1",
"atom-shell-version": "0.22.1",
"description": "Fireball is the Html5 game engine for the future.",
"homepage": "http://fireball-x.com",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/fireball-x/fireball.git"
},
"keywords": [
"fireball",
"game-engine",
"html5",
"mobile",
"editor"
],
"author": "Firebox Technology",
"license": "ISC",
"bugs": {
"url": "https://github.com/fireball-x/fireball/issues"
},
"dependencies": {
"browserify": "9.0.8",
"del": "1.1.1",
"express": "4.11.2",
"event-stream": "3.2.2",
"gulp": "3.8.11",
"gulp-sourcemaps": "^1.3.0",
"gulp-util": "3.0.3",
"nomnom": "1.8.1",
"winston": "1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "1.0.0",
"gulp-uglify": "1.1.0",
"fire-fs": "0.1.8",
"fire-url": "0.1.6",
"fire-path": "0.1.6",
"node-uuid": "1.4.2",
"chalk": "1.0.0",
"vinyl": "0.4.6",
"vinyl-fs": "0.3.13",
"async": "0.9.0",
"source-map": "^0.4.2"
},
"devDependencies": {},
"native-modules": [
"lwip",
"fire-watch",
"font-manager"
]
}