behavior-promise
Version:
Organize complex code execution inJavascript using behavior trees
39 lines (38 loc) • 944 B
JSON
{
"name": "behavior-promise",
"description": "Organize complex code execution inJavascript using behavior trees",
"version": "1.0.59",
"keywords": [
"behavior",
"promises",
"ai",
"trees"
],
"main": "lib/behavior.js",
"files": [
"lib"
],
"readme": "README.md",
"scripts": {
"start": "node test.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Dimitrios Tsalkakis"
},
"license": "ISC",
"dependencies": {
"js-yaml": "^3.11.0"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsalkakis-d/behavior-promise.git"
},
"bugs": {
"url": "https://github.com/tsalkakis-d/behavior-promise/issues"
},
"homepage": "https://github.com/tsalkakis-d/behavior-promise#readme"
}