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