Added phaser build and hellophaser sample
This commit is contained in:
20
resources/Project Templates/RequireJS/bower.json
Normal file
20
resources/Project Templates/RequireJS/bower.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Phaser-RequireJS",
|
||||
"version": "0.1.0",
|
||||
"description": "Phaser Hello World with RequireJS",
|
||||
|
||||
"authors": [
|
||||
"ashatch <andrew@andrewhatch.net>"
|
||||
],
|
||||
|
||||
"license": "MIT",
|
||||
|
||||
"dependencies": {
|
||||
"requirejs": "latest",
|
||||
"phaser": "latest"
|
||||
},
|
||||
|
||||
"ignore": [
|
||||
"src/libs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user