package.json 1012 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "com.esotericsoftware.spine.spine-unity-tests",
  3. "displayName": "spine-unity Runtime Tests",
  4. "description": "This plugin provides tests for the spine-unity runtime.",
  5. "version": "4.1.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-tests": "4.1.0",
  14. "com.esotericsoftware.spine.spine-csharp": "4.1.0",
  15. "com.esotericsoftware.spine.spine-unity": "4.1.0"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "[email protected]:EsotericSoftware/spine-runtimes.git"
  20. },
  21. "keywords": [
  22. "spine",
  23. "spine-unity",
  24. "runtimes",
  25. "tests",
  26. "2d",
  27. "skeletal",
  28. "animation"
  29. ],
  30. "license": "SEE LICENSE IN LICENSE",
  31. "bugs": {
  32. "url": "https://github.com/EsotericSoftware/spine-runtimes/issues"
  33. },
  34. "homepage": "https://github.com/EsotericSoftware/spine-runtimes#readme",
  35. "type": "tests"
  36. }