Adding Phaser game engine

This commit is contained in:
Boris Kozorovitzky
2013-12-19 15:10:59 +02:00
parent d0ef11f773
commit 1a50ecb975
2 changed files with 38 additions and 0 deletions
File diff suppressed because one or more lines are too long
+26
View File
@@ -0,0 +1,26 @@
{
"name": "phaser",
"filename": "phaser.min.js",
"version": "1.1.3",
"description": "Phaser is a fast, free and fun open source game framework for making desktop and mobile browser HTML5 games. It uses Pixi.js internally for fast 2D Canvas and WebGL rendering.",
"homepage": "http://phaser.io/",
"keywords": [
"HTML5",
"game",
"canvas",
"2d",
"WebGL",
"web audio",
"physics",
"tweens",
"javascript",
"typescript"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/photonstorm/phaser.git"
}
]
}