-
Notifications
You must be signed in to change notification settings - Fork 220
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "voxel-engine",
"description": "make games with voxel.js",
"version": "0.20.2",
"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)"
],
"dependencies": {
"voxel": "0.3.1",
"voxel-mesh": "0.2.1",
"voxel-view": "0.0.6",
"voxel-raycast": "0.2.1",
"voxel-control": "0.0.7",
"voxel-texture": "0.5.6",
"voxel-physical": "0.0.10",
"voxel-region-change": "0.1.0",
"raf": "0.0.1",
"three": "0.56.0",
"pin-it": "0.0.1",
"aabb-3d": "0.0.0",
"inherits": "1.0.0",
"interact": "0.0.2",
"gl-matrix": "2.0.0",
"kb-controls": "0.0.2",
"spatial-events": "0.0.1",
"spatial-trigger": "0.0.0",
"collide-3d-tilemap": "0.0.1",
"tic": "0.2.1"
},
"devDependencies": {
"tape": "0.2.2"
},
"scripts": {
"test": "node test.js"
}
}