mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
34 lines
911 B
JSON
34 lines
911 B
JSON
{
|
|
"name": "com.esotericsoftware.spine.spine-unity-examples",
|
|
"displayName": "spine-unity Runtime Examples",
|
|
"description": "This plugin provides example scenes and scripts for the spine-unity runtime.",
|
|
"version": "4.2.37",
|
|
"unity": "2018.3",
|
|
"author": {
|
|
"name": "Esoteric Software",
|
|
"email": "contact@esotericsoftware.com",
|
|
"url": "http://esotericsoftware.com/"
|
|
},
|
|
"dependencies": {
|
|
"com.esotericsoftware.spine.spine-unity": "4.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:EsotericSoftware/spine-runtimes.git"
|
|
},
|
|
"keywords": [
|
|
"spine",
|
|
"spine-unity",
|
|
"runtimes",
|
|
"2d",
|
|
"skeletal",
|
|
"animation"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"bugs": {
|
|
"url": "https://github.com/EsotericSoftware/spine-runtimes/issues"
|
|
},
|
|
"homepage": "https://github.com/EsotericSoftware/spine-runtimes#readme",
|
|
"type": "sample"
|
|
}
|