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