package.json 348 B

123456789101112
  1. {
  2. "name": "phasereditor2d.ide",
  3. "version": "1.0.0",
  4. "description": "Phaser Editor 2D IDE.",
  5. "repository": "github:PhaserEditor2D/PhaserEditor2D-v3",
  6. "devDependencies": {
  7. "tslint": "^6.1.3",
  8. "typescript": "^4.2.4"
  9. },
  10. "author": "Arian Fornaris <[email protected]> (https://phasereditor2d.com)",
  11. "license": "MIT"
  12. }