forked from anvaka/ngraph.forcelayout3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 892 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
{
"name": "ngraph.forcelayout3d",
"version": "0.0.16",
"description": "Force directed graph layout in 3d",
"main": "index.js",
"scripts": {
"test": "tap 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": "0.0.16",
"ngraph.graph": "0.0.12",
"tap": "^1.4.1"
},
"dependencies": {
"ngraph.quadtreebh3d": "0.0.3",
"ngraph.random": "0.0.1",
"ngraph.merge": "0.0.1",
"ngraph.expose": "0.0.0",
"ngraph.physics.primitives": "0.0.7",
"ngraph.forcelayout": "0.0.22"
}
}