Added sample project files.

This commit is contained in:
photonstorm
2017-07-31 17:17:07 +01:00
parent f211da59f6
commit bf0e27242b
6 changed files with 99 additions and 0 deletions
+24
View File
@@ -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"
}
}