package.json 836 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "com.esotericsoftware.spine.spine-unity",
  3. "displayName": "spine-unity Runtime",
  4. "description": "This plugin provides the spine-unity runtime core.",
  5. "version": "4.0.0",
  6. "unity": "2018.3",
  7. "author": {
  8. "name": "Esoteric Software",
  9. "email": "contact@esotericsoftware.com",
  10. "url": "http://esotericsoftware.com/"
  11. },
  12. "dependencies": {
  13. "com.esotericsoftware.spine.spine-csharp": "4.0.0"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git@github.com:EsotericSoftware/spine-runtimes.git"
  18. },
  19. "keywords": [
  20. "spine",
  21. "spine-unity",
  22. "runtimes",
  23. "2d",
  24. "skeletal",
  25. "animation"
  26. ],
  27. "license": "SEE LICENSE IN LICENSE",
  28. "bugs": {
  29. "url": "https://github.com/EsotericSoftware/spine-runtimes/issues"
  30. },
  31. "homepage": "https://github.com/EsotericSoftware/spine-runtimes#readme"
  32. }