27 lines
820 B
JSON
27 lines
820 B
JSON
{
|
|
"name": "phaser3-project-template",
|
|
"version": "1.0.1",
|
|
"description": "A Phaser 3 Project Template",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"start": "webpack && node_modules/.bin/live-server --port=8000"
|
|
},
|
|
"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": {
|
|
"live-server": "^1.2.0",
|
|
"phaser": "^3.0.0-beta.4",
|
|
"webpack": "^3.4.1"
|
|
}
|
|
}
|