forked from mikolalysenko/simplicial-complex-contour
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 890 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
36
37
38
39
40
{
"name": "simplicial-complex-contour",
"version": "1.1.0",
"description": "Extract a contour on a simplicial complex",
"main": "contour.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"ndarray": "^1.0.15",
"ndarray-sort": "^1.0.0"
},
"devDependencies": {
"tape": "^3.0.3",
"bunny": "^1.0.1"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikolalysenko/simplicial-complex-contour.git"
},
"keywords": [
"simplicial",
"complex",
"contour",
"line",
"triangle",
"tetrahedra",
"mesh"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/simplicial-complex-contour/issues"
},
"homepage": "https://github.com/mikolalysenko/simplicial-complex-contour"
}