-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 874 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 874 Bytes
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": "phaser",
"private": true,
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"scripts": {
"lerna": "lerna"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phaserjs/phaser4.git"
},
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/phaserjs/phaser4/issues"
},
"homepage": "https://phaser.io",
"devDependencies": {
"chokidar": "^3.0.2",
"lerna": "^3.16.4",
"rollup": "^1.20.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript2": "^0.24.0",
"tslint": "^5.19.0",
"typescript": "^3.6.2"
}
}