ngraph.svg
Version:
Svg based graph rendering
34 lines (33 loc) • 899 B
JSON
{
"name": "ngraph.svg",
"version": "0.0.17",
"description": "Svg based graph rendering",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "browserify example/basic/index.js > example/basic/bundle.js && browserify example/customNode/index.js > example/customNode/bundle.js && browserify example/customSpringLength/index.js > example/customSpringLength/bundle.js"
},
"keywords": [
"svg",
"graph",
"vivagraph",
"ngraph"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/ngraph.svg"
},
"dependencies": {
"hammerjs": "^2.0.2",
"ngraph.events": "1.2.1",
"ngraph.forcelayout": "3.3.0",
"simplesvg": "0.1.0",
"ngraph.merge": "0.0.1",
"wheel": "0.0.1"
},
"devDependencies": {
"ngraph.graph": "20.0.0"
}
}