ngraph.fromjson
Version:
Library to load graph from simple json format
31 lines (30 loc) • 629 B
JSON
{
"name": "ngraph.fromjson",
"version": "3.1.0",
"description": "Library to load graph from simple json format",
"main": "index.js",
"scripts": {
"test": "tap --branches=70 --lines=70 --statements=70 --functions=70 test/*.js"
},
"keywords": [
"ngraph",
"serialize",
"store",
"graph",
"load",
"json"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/ngraph.fromjson"
},
"devDependencies": {
"ngraph.tojson": "^1.0.0",
"tap": "^15.0.9"
},
"dependencies": {
"ngraph.graph": "^19.1.0"
}
}