-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 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
{
"name": "devkit-scene",
"author": "Game Closure",
"description": "Easy mode games API",
"version": "0.2.0",
"repository": {},
"dependencies": {
"devkit-entities": "git://github.com/gameclosure/devkit-entities.git#09bb8f2db2cd27e6dffa57fe947c63615425c3cb",
"devkit-parallax": "git://github.com/gameclosure/devkit-parallax.git#d782fc3c10fccff7d6504edc351c839d1a11b715",
"devkit-accelerometer": "git://github.com/gameclosure/accelerometer.git#75458a5ad658a0a202654d77c2f52b1fd8c56825",
"devkit-effects": "git://github.com/gameclosure/devkit-effects.git#b23bb316c111c79fcb298ed493f12c418d9f5e90"
},
"_devDependencies": {
"command-line-args": "^0.5.9",
"devkit-core": "git://github.com/gameclosure/devkit-core.git#refactor-simulator-connection",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-load-plugins": "^0.10.0",
"gulp-stylus": "^2.0.2",
"jsio": "2.0.0-beta.1",
"merge-stream": "^0.1.7",
"nib": "^1.1.0",
"squill": "git+https://github.com/gameclosure/squill#bindings",
"timestep": "git://github.com/gameclosure/timestep.git#master",
"uglify-js": "^2.4.21"
},
"scripts": {},
"devkit": {
"buildTargets": {},
"clientPaths": {
"scene": "src"
},
"extensions": {}
}
}