-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.14 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
{
"name": "voxel-mesher",
"version": "0.14.4",
"description": "voxel mesher with ambient occlusion and transparency (voxel.js plugin)",
"main": "mesh-plugin.js",
"directories": {
"test": "test"
},
"dependencies": {
"block-models": "^0.1.0",
"cwise-compiler": "1.1.0",
"gl-buffer": "^2.0.8",
"gl-mat4": "^1.1.2",
"gl-vao": "^1.1.3",
"greedy-mesher": "^1.0.2",
"inherits": "^2.0.1",
"ndarray": "^1.0.15",
"ndarray-ops": "^1.2.2",
"typedarray-pool": "^1.0.2"
},
"devDependencies": {
"ndarray-fill": "^1.0.1",
"ndarray-segment": "0.0.0",
"tap": "^0.6.0",
"voxel": "^0.5.0"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/voxel/voxel-mesher.git"
},
"keywords": [
"voxel",
"plugin",
"ambient",
"occlusion",
"mesher",
"ndarray",
"transparency",
"translucency"
],
"author": "Mikola Lysenko",
"contributors": [
"deathcap <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/voxel/voxel-mesher/issues"
}
}