mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 17:16:03 +00:00
21 lines
301 B
JSON
21 lines
301 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|