graphology-svg
Version:
SVG rendering routines for graphology.
42 lines (41 loc) • 861 B
JSON
{
"name": "graphology-svg",
"version": "0.1.3",
"description": "SVG rendering routines for graphology.",
"main": "index.js",
"files": [
"components",
"defaults.js",
"index.js",
"renderer.js",
"helpers.js"
],
"scripts": {
"ftest": "node test/ftest.js",
"prepublishOnly": "npm test",
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphology/graphology.git"
},
"keywords": [
"graph",
"graphology",
"svg"
],
"contributors": [
{
"name": "Alexis Jacomy",
"url": "http://github.com/jacomyal"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/graphology/graphology/issues"
},
"homepage": "https://github.com/graphology/graphology#readme",
"dependencies": {
"graphology-utils": "^2.3.0"
}
}