ngraph.forcelayout3d
Version:
Force directed graph layout in 3d
37 lines (36 loc) • 857 B
JSON
{
"name": "ngraph.forcelayout3d",
"version": "1.2.0",
"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": "^19.0.0",
"ngraph.graph": "^19.1.0",
"tap": "^14.10.7"
},
"dependencies": {
"ngraph.quadtreebh3d": "^1.0.0",
"ngraph.random": "^1.0.0",
"ngraph.merge": "^1.0.0",
"ngraph.expose": "^1.0.0",
"ngraph.forcelayout": "^1.2.0"
}
}