ngraph.path/package.json
Andriy Kashcha 925c40c053 1.0.2
2017-09-20 23:52:07 -07:00

29 lines
522 B
JSON

{
"name": "ngraph.path",
"version": "1.0.2",
"description": "Path finding in a graph",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"keywords": [
"ngraph",
"path",
"find",
"astar",
"a-star",
"pathfinding"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/ngraph.path"
},
"devDependencies": {
"ngraph.fromdot": "^0.2.0",
"ngraph.graph": "0.0.14",
"tap": "^10.7.2"
}
}