-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
36 lines (36 loc) · 912 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
{
"name": "ngraph.forcelayout3d",
"version": "1.2.0",
"description": "Force directed graph layout in 3d",
"main": "index.js",
"scripts": {
"test": "tap --branches=80 --lines=80 --statements=80 --functions=80 test/*.js",
"perf": "npm version && node perf/index.js",
"demo": "browserify demo/index.js > demo/bundle.js"
},
"keywords": [
"ngraph",
"graph",
"force-directed",
"layout"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/ngraph.forcelayout3d"
},
"devDependencies": {
"benchmark": "~1.0.0",
"ngraph.generators": "^19.0.0",
"ngraph.graph": "^19.1.0",
"tap": "^15.0.9"
},
"dependencies": {
"ngraph.expose": "^1.0.0",
"ngraph.forcelayout": "^1.2.0",
"ngraph.merge": "^1.0.0",
"ngraph.quadtreebh3d": "^1.0.0",
"ngraph.random": "^1.0.0"
}
}