-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
58 lines (58 loc) · 1.23 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
54
55
56
57
58
{
"name": "surface-nets",
"version": "1.0.2",
"description": "General purpose level set extraction",
"main": "surfacenets.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"ndarray-extract-contour": "^1.0.0",
"triangulate-hypercube": "^1.0.0",
"zero-crossings": "^1.0.0"
},
"devDependencies": {
"gl-matrix": "~2.1.0",
"ndarray": "~1.0.11",
"ndarray-fill": "~0.1.0",
"svg-3d-simplicial-complex": "~0.1.1",
"tape": "~2.12.3",
"isosurface": "^1.0.0",
"robust-determinant": "^1.1.0",
"gamma": "^0.1.0",
"stl": "^1.1.1"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/surface-nets.git"
},
"keywords": [
"surface",
"net",
"marching",
"cubes",
"polygonize",
"isosurface",
"ndarray",
"extract",
"boundary",
"volume",
"marching",
"squares",
"surface nets",
"dual contouring",
"dual",
"contour",
"isocontour"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/surface-nets/issues"
},
"homepage": "https://github.com/mikolalysenko/surface-nets"
}