ngraph.remove-overlaps
Version:
Removes overlaps between nodes in ngraph.forcelayout
29 lines (28 loc) • 667 B
JSON
{
"name": "ngraph.remove-overlaps",
"version": "1.0.0",
"description": "Removes overlaps between nodes in ngraph.forcelayout ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "browserify demo/rect/index.js > demo/rect/bundle.js"
},
"keywords": [
"remove",
"overlaps",
"ngraph",
"force",
"layout"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/ngraph.remove-overlaps"
},
"devDependencies": {
"ngraph.forcelayout": "0.1.1",
"ngraph.graph": "0.0.12",
"ngraph.svg": "0.0.15"
}
}