mirror of
https://github.com/wassname/phaser.git
synced 2026-09-10 12:29:30 +08:00
Updated to latest version of Pixi.js. Lovely new WebGL filters now working happily :)
This commit is contained in:
+14
-4
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"name": "Phaser",
|
||||
"version": "1.1.3",
|
||||
"description": "HTML5 game framework",
|
||||
"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"
|
||||
@@ -10,10 +16,14 @@
|
||||
"HTML5",
|
||||
"game",
|
||||
"canvas",
|
||||
"2d"
|
||||
"2d",
|
||||
"WebGL",
|
||||
"web audio",
|
||||
"physics",
|
||||
"tweens",
|
||||
"javascript",
|
||||
"typescript"
|
||||
],
|
||||
"author": "Richard Davey",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
|
||||
Reference in New Issue
Block a user