forked from max-mapper/voxel-engine
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "voxel-engine",
"description": "make games with voxel.js",
"version": "0.20.1",
"repository": {
"type": "git",
"url": "[email protected]:maxogden/voxel-engine.git"
},
"contributors": [
"Max Ogden <[email protected]> (https://github.com/maxogden)",
"Kumavis <[email protected]> (https://github.com/kumavis)",
"Deathcap <[email protected]> (https://github.com/deathcap)",
"Mikola Lysenko <[email protected]> (https://github.com/mikolalysenko/)"
],
"dependencies": {
"voxel-mesher": "^0.14.0",
"voxel-shader": "^0.14.0",
"gl-now": "^1.3.1",
"ndarray": "^1.0.15",
"game-shell-fps-camera": "^0.7.0",
"voxel-stitch": "^0.10.0",
"voxel-registry": "^0.8.1",
"voxel-plugins": "^0.3.2",
"voxel": "^0.5.0",
"voxel-raycast": "^0.2.1",
"voxel-controls": "^0.1.0",
"voxel-physicals": "^0.2.0",
"voxel-region-change": "^0.1.0",
"aabb-3d": "^0.1.0",
"inherits": "^2.0.1",
"gl-vec3": "^1.0.3",
"spatial-events": "^1.1.0",
"spatial-trigger": "^0.0.0",
"collide-3d-tilemap": "^0.0.1",
"tic": "^0.2.1",
"isndarray": "^0.1.0",
"obsolete": "^0.1.0",
"extend": "^1.2.1"
},
"devDependencies": {
"tape": "^2.13.2"
},
"scripts": {
"test": "node test.js"
}
}