30 lines
839 B
JSON
30 lines
839 B
JSON
{
|
|
"name": "phaser3-project-template",
|
|
"version": "1.0.5",
|
|
"description": "A Phaser 3 Project Template",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/photonstorm/phaser3-project-template.git"
|
|
},
|
|
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
|
|
"license": "MIT",
|
|
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
|
|
"bugs": {
|
|
"url": "https://github.com/photonstorm/phaser3-project-template/issues"
|
|
},
|
|
"homepage": "https://github.com/photonstorm/phaser3-project-template#readme",
|
|
"devDependencies": {
|
|
"webpack-dev-server": "^2.11.0",
|
|
"webpack": "^3.4.1",
|
|
"raw-loader": "^0.5.1"
|
|
},
|
|
"dependencies": {
|
|
"phaser": "^3.1.1"
|
|
}
|
|
}
|