1234567891011121314151617181920212223242526272829 |
- {
- "name": "spine-runtimes",
- "version": "3.5.35",
- "description": "2D skeletal animation runtimes for Spine.",
- "main": "spine-ts/build/spine-all.js",
- "directories": {
- "example": "examples"
- },
- "files": [
- "spine-ts"
- ],
- "repository": {
- "type": "git",
- "url": "[email protected]:EsotericSoftware/spine-runtimes.git"
- },
- "keywords": [
- "spine",
- "runtimes",
- "2d",
- "skeletal",
- "animation"
- ],
- "author": "Esoteric Software",
- "license": "SEE LICENSE IN LICENSE",
- "bugs": {
- "url": "https://github.com/EsotericSoftware/spine-runtimes/issues"
- },
- "homepage": "https://github.com/EsotericSoftware/spine-runtimes#readme"
- }
|