lite-pathfindings
Version:
Simple, intuitive and lightweight pathfinding algorithms
27 lines (26 loc) • 715 B
JSON
{
"name": "lite-pathfindings",
"version": "1.1.3",
"description": "Simple, intuitive and lightweight pathfinding algorithms",
"main": "./dist/lite-pathfindings.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"repository": "morintd/lite-pathfindings",
"keywords": [
"pathfinding",
"djikstra",
"floyd-warhsall",
"simple",
"lightweight"
],
"author": "Teddy MORIN",
"license": "MIT",
"homepage": "https://github.com/morintd/lite-pathfindings",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
}
}