UNPKG

pathfinding-es

Version:

Comprehensive pathfinding library for grid based games

54 lines (53 loc) 1.22 kB
{ "name": "pathfinding-es", "version": "0.4.18", "description": "Comprehensive pathfinding library for grid based games", "homepage": "https://github.com/harrisjose/pathfinding-es", "keywords": [ "pathfinding", "astar", "dijkstra", "game", "algorithm", "jumppoint", "depthfirst", "breadthfirst" ], "author": "Harris Jose <harrisjose@outlook.com>", "main": "./src/pathfinding.js", "dependencies": { "heap": "0.2.5" }, "devDependencies": { "colors": "^1.0.3", "del": "^0.1.3", "gulp": "^3.8.10", "gulp-browserify": "^0.5.0", "gulp-concat": "^2.4.1", "gulp-jshint": "^1.9.0", "gulp-mocha": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-uglify": "^1.0.1", "inquirer": "^0.8.0", "jshint-stylish": "^1.0.0", "jsonfile": "^2.0.0", "mocha": "2.0.x", "semver": "^4.2.0", "shelljs": "^0.3.0", "should": "4.3.x" }, "scripts": { "compile": "gulp compile", "test": "gulp test" }, "repository": { "type": "git", "url": "git://github.com/harrisjose/pathfinding-es.git" }, "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/mit-license.php" } ] }