-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.57 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.57 KB
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
{
"name": "threearena",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git@github.com:vincent/three-arena.git"
},
"dependencies": {
"async": "~0.2.9",
"bluebird": "^2.9.12",
"cookies-js": "^1.2.1",
"debug": "~0.7.4",
"express": "^4.11.2",
"gp-controls": "0.0.0",
"hoodie": "^0.9.7",
"inherits": "~2.0.1",
"interact": "0.0.3",
"knockout": "^3.2.0",
"lodash": "~2.4.1",
"napa": "~0.2.0",
"ndarray": "^1.0.16",
"raf": "0.0.3",
"recast.js": "0.0.2",
"recastjs": "^0.1.11",
"socket.io": "^1.3.3",
"socket.io-client": "^1.3.3",
"three.trackball": "git://github.com/vincent/three.trackball",
"tic": "~0.2.1",
"wolfy87-eventemitter": "*"
},
"devDependencies": {},
"engines": {
"node": ">=0.8.0"
},
"napa": {
"tween": "vincent/tween.js",
"machinejs": "vincent/machinejs",
"now": "publicclass/now",
"EventEmitter": "Wolfy87/EventEmitter",
"Dat-GUI": "dataarts/dat.gui"
},
"subdomain": "three-arena",
"scripts": {
"install": "napa",
"start": "node server.js",
"doc": "jsdoc ...",
"web": "markdown2bootstrap -n -h Readme.md && mv Readme.html index.html && sed -i '' -e 's/\"bootstrap/\"examples\\/styles\\/bootstrap/g' index.html",
"build": "mkdir -p build && browserify --noparse node_modules/recastjs/lib/recast.js index.js -o build/arena.build.js",
"recast": "cd recastnavigation/emscripten && ./build.sh ../../lib/pathfinding/recast.js && cd ../.. && npm run build",
"watch-js": "watchify browser/main.js -o static/bundle.js -dv"
}
}