package.json 673 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "spine-runtimes",
  3. "version": "3.5.35",
  4. "description": "2D skeletal animation runtimes for Spine.",
  5. "main": "spine-ts/build/spine-all.js",
  6. "directories": {
  7. "example": "examples"
  8. },
  9. "files": [
  10. "spine-ts"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "[email protected]:EsotericSoftware/spine-runtimes.git"
  15. },
  16. "keywords": [
  17. "spine",
  18. "runtimes",
  19. "2d",
  20. "skeletal",
  21. "animation"
  22. ],
  23. "author": "Esoteric Software",
  24. "license": "SEE LICENSE IN LICENSE",
  25. "bugs": {
  26. "url": "https://github.com/EsotericSoftware/spine-runtimes/issues"
  27. },
  28. "homepage": "https://github.com/EsotericSoftware/spine-runtimes#readme"
  29. }