You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
721 B
JSON
28 lines
721 B
JSON
{
|
|
"name": "com.fluid.behavior-tree",
|
|
"version": "2.2.3",
|
|
"displayName": "Fluid Behavior Tree",
|
|
"description": "A micro-framework for creating Behavior Trees based upon the builder pattern",
|
|
"unity": "2018.1",
|
|
"keywords": [
|
|
"ai",
|
|
"behavior tree",
|
|
"builder pattern"
|
|
],
|
|
"author": {
|
|
"name": "Ash Blue",
|
|
"email": "ash@blueashes.com",
|
|
"url": "https://twitter.com/ashbluewd"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ashblue/fluid-behavior-tree.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ashblue/fluid-behavior-tree/issues"
|
|
},
|
|
"homepage": "https://github.com/ashblue/fluid-behavior-tree#readme",
|
|
"dependencies": {}
|
|
}
|