|
@@ -0,0 +1,36 @@
|
|
|
+{
|
|
|
+ "name": "com.esotericsoftware.spine.spine-unity-tests",
|
|
|
+ "displayName": "spine-unity Runtime Tests",
|
|
|
+ "description": "This plugin provides tests for the spine-unity runtime.",
|
|
|
+ "version": "4.0.0",
|
|
|
+ "unity": "2018.3",
|
|
|
+ "author": {
|
|
|
+ "name": "Esoteric Software",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "url": "http://esotericsoftware.com/"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "com.esotericsoftware.spine.spine-csharp-tests": "4.0.0",
|
|
|
+ "com.esotericsoftware.spine.spine-csharp": "4.0.0",
|
|
|
+ "com.esotericsoftware.spine.spine-unity": "4.0.0"
|
|
|
+ },
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "[email protected]:EsotericSoftware/spine-runtimes.git"
|
|
|
+ },
|
|
|
+ "keywords": [
|
|
|
+ "spine",
|
|
|
+ "spine-unity",
|
|
|
+ "runtimes",
|
|
|
+ "tests",
|
|
|
+ "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": "tests"
|
|
|
+}
|