mirror of
https://github.com/anvaka/ngraph.path.git
synced 2025-12-08 19:55:59 +00:00
29 lines
522 B
JSON
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"
|
|
}
|
|
}
|