forked from phaserjs/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 833 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
{
"name": "phaser3-examples",
"version": "1.0.0",
"description": "Phaser 3 Examples",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/http-server -s -o",
"update": "node ./build.js",
"screenshots": "node ./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": "^1.2.1",
"fs-extra": "^7.0.0",
"http-server": "^0.11.1",
"monaco-editor": "^0.8.3",
"puppeteer": "^1.18.1"
},
"dependencies": {}
}