1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "com.esotericsoftware.spine.spine-unity",
- "displayName": "spine-unity Runtime",
- "description": "This plugin provides the spine-unity runtime core.",
- "version": "4.0.0",
- "unity": "2018.3",
- "author": {
- "name": "Esoteric Software",
- "email": "contact@esotericsoftware.com",
- "url": "http://esotericsoftware.com/"
- },
- "dependencies": {
- "com.esotericsoftware.spine.spine-csharp": "4.0.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"
- }
|