package.json 841 B

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