bhive
Version:
Behavior Tree for Javascript
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "bhive",
"version": "0.0.7",
"description": "Behavior Tree for Javascript",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git://github.com/upsidedownio/bhivejs"
},
"keywords": [
"behavior",
"behavior tree",
"behaviortree",
"bt",
"decision tree",
"decisiontree",
"ai",
"robotics",
"game"
],
"author": "NoizBuster <noizbuster@noizbuster.com> (http://noizbuster.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/upsidedownio/bhive/issues"
},
"homepage": "https://github.com/upsidedownio/bhive",
"scripts": {
"test": "ava",
"doc": "npm run doc:serve & npm run doc:watch",
"doc:build": "jsdoc -c ./doc/jsdoc.config.js",
"doc:watch": "nodemon --exec 'npm run doc:build' -w ./src -w ./doc/guide -i ./doc/dist --ext '*'",
"doc:serve": "lite-server -c doc/bs-config.doc.json"
},
"devDependencies": {
"ava": "^2.2.0",
"better-docs": "^1.1.6",
"eslint": "^6.1.0",
"eslint-plugin-ava": "^9.0.0",
"eslint-plugin-jsdoc": "^15.8.0",
"jsdoc": "^3.6.3",
"lite-server": "^2.5.3",
"sinon": "^7.5.0"
},
"dependencies": {
"lodash": "^4.17.15",
"uuid": "^3.3.2"
}
}