mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
36 lines
974 B
JSON
36 lines
974 B
JSON
{
|
|
"name": "Phaser",
|
|
"version": "1.1.3",
|
|
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
|
|
"author": "Richard Davey",
|
|
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",
|
|
"homepage": "http://phaser.io",
|
|
"bugs": "https://github.com/photonstorm/phaser/issues",
|
|
"license": "MIT",
|
|
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
|
|
},
|
|
"keywords": [
|
|
"HTML5",
|
|
"game",
|
|
"canvas",
|
|
"2d",
|
|
"WebGL",
|
|
"web audio",
|
|
"physics",
|
|
"tweens",
|
|
"javascript",
|
|
"typescript"
|
|
],
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-connect": "~0.5.0",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-uglify": "~0.2.4",
|
|
"lodash": "~2.2.1"
|
|
}
|
|
}
|