behavior
Version:
Class for modeling turn-based game behaviors
30 lines (29 loc) • 622 B
JSON
{
"name": "behavior",
"version": "0.0.0",
"description": "Class for modeling turn-based game behaviors",
"homepage": "https://github.com/mkgh/behavior",
"license": "MIT",
"main": "behavior.js",
"author": {
"name": "Michael Keating",
"email": "humanoidanalog@gmail.com",
"url": "http://mkgh.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/mkgh/behavior.git"
},
"bugs": {
"url": "https://github.com/mkgh/behavior/issues"
},
"keywords": [
"ai",
"behavior",
"turn-based",
"games"
],
"dependencies": {
"options": "0.0.5"
}
}