UNPKG

aastar

Version:

Typescript asynchronous A* (A-Star) pathfinding algorithm

34 lines (33 loc) 786 B
{ "name": "aastar", "version": "1.1.5", "description": "Typescript asynchronous A* (A-Star) pathfinding algorithm", "main": "dist/index.js", "typings":"dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/urius/ts-Asynch-A-Star-Pathfinding.git" }, "keywords": [ "typescript", "ts", "Astar", "A*", "asynchronous", "a-star", "pathfinding" ], "author": "urius", "license": "ISC", "bugs": { "url": "https://github.com/urius/ts-Asynch-A-Star-Pathfinding/issues" }, "homepage": "https://github.com/urius/ts-Asynch-A-Star-Pathfinding#readme", "devDependencies": { "ts-loader": "^3.1.1" }, "dependencies": {} }