ngraph.path/package.json
2017-09-10 09:53:39 -07:00

23 lines
440 B
JSON

{
"name": "ngraph.path",
"version": "1.0.0",
"description": "Path finding in a graph",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ngraph",
"path",
"find",
"astar",
"a-star",
"pathfinding"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/ngraph.path"
}
}