package.json 709 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@esotericsoftware/spine-webgl",
  3. "version": "4.0.1",
  4. "description": "The official Spine Runtimes for the web.",
  5. "main": "dist/index.js",
  6. "types": "dist/index.d.ts",
  7. "files": [
  8. "dist/**/*"
  9. ],
  10. "scripts": {},
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/esotericsoftware/spine-runtimes.git"
  14. },
  15. "keywords": [
  16. "gamedev",
  17. "animations",
  18. "2d",
  19. "spine",
  20. "game-dev",
  21. "runtimes",
  22. "skeletal"
  23. ],
  24. "author": "Esoteric Software LLC",
  25. "license": "LicenseRef-LICENSE",
  26. "bugs": {
  27. "url": "https://github.com/esotericsoftware/spine-runtimes/issues"
  28. },
  29. "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme"
  30. }