{ "name": "phaser", "version": "3.0.0", "release": "Shadow Coast", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "author": "Richard Davey (http://www.photonstorm.com)", "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", "main": "./build/phaser.js", "repository": { "type": "git", "url": "https://photonstorm@github.com/photonstorm/phaser.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "2d", "HTML5", "WebGL", "canvas", "game", "javascript", "physics", "tweens", "typescript", "web audio" ], "dependencies": { "webpack": "2.1.0-beta.27" }, "devDependencies": { "webpack-dev-server": "2.1.0-beta.11" } }