package.json 786 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "com.esotericsoftware.spine.spine-csharp",
  3. "displayName": "spine-csharp Runtime",
  4. "description": "This plugin provides the spine-csharp core runtime.",
  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. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git@github.com:EsotericSoftware/spine-runtimes.git"
  17. },
  18. "keywords": [
  19. "spine",
  20. "spine-csharp",
  21. "runtimes",
  22. "2d",
  23. "skeletal",
  24. "animation"
  25. ],
  26. "license": "SEE LICENSE IN LICENSE",
  27. "bugs": {
  28. "url": "https://github.com/EsotericSoftware/spine-runtimes/issues"
  29. },
  30. "homepage": "https://github.com/EsotericSoftware/spine-runtimes#readme"
  31. }