forked from mikolalysenko/surface-nets
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 801 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 801 Bytes
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
{
"name": "surface-nets",
"version": "1.1.1",
"description": "General purpose level set extraction",
"main": "surfacenets.js",
"dependencies": {
"ndarray-extract-contour": "^1.0.0",
"zero-crossings": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/plotly/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/plotly/surface-nets/issues"
},
"homepage": "https://github.com/plotly/surface-nets"
}