forked from phaserjs/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 899 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
{
"name": "phaser3-examples",
"version": "3.0.0",
"description": "Phaser 3 Examples",
"main": "index.js",
"scripts": {
"start": "http-server -s -o",
"update": "node ./build.js",
"update355": "node ./build355.js",
"update324": "node ./build324.js",
"screenshots": "node ./tools/generate-screenshots.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/photonstorm/phaser3-examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/photonstorm/phaser3-examples/issues"
},
"homepage": "https://github.com/photonstorm/phaser3-examples#readme",
"devDependencies": {
"directory-tree": "^3.5.1",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"monaco-editor": "^0.37.1",
"puppeteer": "^19.9.0"
},
"dependencies": {}
}