{ "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" } }