forked from scijs/ndarray-extract-contour
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 861 Bytes
/
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
{
"name": "ndarray-extract-contour",
"version": "1.1.0",
"description": "Generic contour extraction library for surface nets/dual contouring",
"main": "contour.js",
"directories": {
"test": "test"
},
"dependencies": {
"typedarray-pool": "^1.0.0"
},
"devDependencies": {
"tape": "~2.12.2",
"js-beautify": "~1.4.2",
"ndarray-pack": "~1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/ndarray-extract-contour.git"
},
"keywords": [
"ndarray",
"contour",
"extraction"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/ndarray-extract-contour/issues"
},
"homepage": "https://github.com/mikolalysenko/ndarray-extract-contour"
}