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