NanoBrain-unitypackage/package.json

28 lines
853 B
JSON

{
"name": "life.passer.nanobrain",
"version": "0.0.1",
"displayName": "NanoBrain",
"description": "Simple neural networks to control your creatures",
"unity": "6000.0",
"author": {
"name": "Passer Life",
"email": "support@passer.life",
"url": "https://passer.life"
},
"documentationUrl": "https://passer.life/documentation/nanobrain/Documentation/html/index.html",
"changelogUrl": "https://git.passer.life/NanoBrain/NanoBrain-unitypackage/releases",
"license": "MPL-2.0",
"licensesUrl": "http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free/-/blob/main/LICENSE",
"keywords": [
"AI",
"neural network",
"artificial life"
],
"samples": [
{
"displayName": "Braitenberg vehicles",
"description": "Vehicles types 1-4, controlled with NanoBrains",
"path": "Samples~/Braitenberg"
}
]
}