1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| {
| "name": "com.esotericsoftware.spine.spine-unity",
| "displayName": "spine-unity Runtime",
| "description": "This plugin provides the spine-unity runtime core.",
| "version": "4.2.87",
| "unity": "2018.3",
| "author": {
| "name": "Esoteric Software",
| "email": "contact@esotericsoftware.com",
| "url": "http://esotericsoftware.com/"
| },
| "dependencies": {
| "com.esotericsoftware.spine.spine-csharp": "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"
| }
|
|