package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "starter-template-basic-javascript",
  3. "version": "1.0.0",
  4. "description": "Basic JavaScript project template for Phaser Editor 2D.",
  5. "main": "main.js",
  6. "directories": {
  7. "lib": "lib"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1",
  11. "editor": "phasereditor2d-launcher -project . -port 1959",
  12. "editor-remote": "phasereditor2d-launcher -project . -disable-open-browser -public -port 1959"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/PhaserEditor2D/starter-template-basic-javascript.git"
  17. },
  18. "keywords": [
  19. "phaser",
  20. "phasereditor2d",
  21. "html5",
  22. "video-game"
  23. ],
  24. "author": "Arian Fornaris <[email protected]> (https://phasereditor2d.com/)",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/PhaserEditor2D/starter-template-basic-javascript/issues"
  28. },
  29. "homepage": "https://github.com/PhaserEditor2D/starter-template-basic-javascript#readme",
  30. "devDependencies": {
  31. "phasereditor2d-launcher": "^3.32.0"
  32. }
  33. }