This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
moonlight-skulk/resources/Project Templates/RequireJS/bower.json

21 lines
301 B
JSON
Raw Normal View History

{
"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"
]
}