Added sample project files.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "phaser3-project-template",
|
||||
"version": "1.0.0",
|
||||
"description": "A Phaser 3 Project Template",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"build": "webpack"
|
||||
},
|
||||
"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": {
|
||||
"phaser": "^3.0.0-alpha.2",
|
||||
"webpack": "^3.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user