peng-pathfinding
Version:
Comprehensive pathfinding library for grid based games
68 lines (67 loc) • 1.6 kB
JSON
{
"name": "peng-pathfinding",
"namespace": "pf",
"version": "0.2.0",
"description": "Comprehensive pathfinding library for grid based games",
"homepage": "https://github.com/qiao/PathFinding.js",
"keywords": [
"pathfinding",
"astar",
"dijkstra",
"game",
"algorithm",
"jumppoint",
"depthfirst",
"breadthfirst"
],
"author": "Peng <pengyuenhao@qq.com>",
"main": "./index.js",
"dependencies": {
"heap": "^0.2.6"
},
"devDependencies": {
"semver": "^5.6.0",
"shelljs": "^0.8.3",
"tsc": "^1.20150623.0",
"tsify": "^4.0.0",
"typescript": "^3.1.6",
"vinyl-source-stream": "^2.0.0",
"browserify": "^16.2.3",
"cli": "^1.0.1",
"del": "^3.0.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-typescript": "^5.0.0-alpha.3",
"gulp-uglify": "^3.0.1",
"inquirer": "^6.2.0",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"jsonfile": "^5.0.0"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/pengyuenhao/PathFinding.js.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"url": "https://github.com/pengyuenhao/PathFinding.js/issues"
},
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
}
}