package.json 857 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "phasereditor2d-launcher",
  3. "version": "3.66.0",
  4. "type": "module",
  5. "description": "Phaser Editor 2D launcher for NPM based projects.",
  6. "bin": "cli.js",
  7. "dependencies": {
  8. "adm-zip": "^0.5.5"
  9. },
  10. "devDependencies": {},
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/PhaserEditor2D/phasereditor2d-launcher.git"
  17. },
  18. "keywords": [
  19. "phaser",
  20. "video-game",
  21. "html5",
  22. "ide",
  23. "editor",
  24. "level",
  25. "animations"
  26. ],
  27. "author": "Phaser Editor 2D <[email protected]> (https://phasereditor2d.com/)",
  28. "license": "MIT",
  29. "bugs": {
  30. "url": "https://github.com/PhaserEditor2D/phasereditor2d-launcher/issues"
  31. },
  32. "homepage": "https://github.com/PhaserEditor2D/phasereditor2d-launcher#readme"
  33. }