forked from phaserjs/custom-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 828 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 828 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
{
"name": "phaser3-custom-build",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --display-modules",
"buildlog": "webpack --json --profile > webpack.build-log.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/photonstorm/phaser3-custom-build.git"
},
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/photonstorm/phaser3-custom-build/issues"
},
"homepage": "https://github.com/photonstorm/phaser3-custom-build#readme",
"dependencies": {
"clean-webpack-plugin": "^0.1.19",
"eventemitter3": "^3.1.0",
"phaser": "^3.16.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}