{ "name": "phaser", "version": "3.16.0", "release": "Ishikawa", "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": "./src/phaser.js", "repository": { "type": "git", "url": "https://photonstorm@github.com/photonstorm/phaser.git" }, "scripts": { "beta": "npm publish --tag beta", "help": "node scripts/help.js", "build": "webpack", "watch": "webpack --watch", "buildfb": "webpack --config webpack.fb.config.js", "watchfb": "webpack --config webpack.fb.config.js --watch", "dist": "webpack --config webpack.dist.config.js", "distfb": "webpack --config webpack.fb.dist.config.js", "distfull": "npm run dist && npm run distfb", "plugin.cam3d": "webpack --config plugins/camera3d/webpack.config.js", "plugin.spine": "webpack --config plugins/spine/webpack.config.js", "plugin.spine.dist": "webpack --config plugins/spine/webpack.auto.dist.config.js", "plugin.spine.watch": "webpack --config plugins/spine/webpack.auto.config.js --watch --display-modules", "plugin.spine.canvas.dist": "webpack --config plugins/spine/webpack.canvas.dist.config.js", "plugin.spine.canvas.watch": "webpack --config plugins/spine/webpack.canvas.config.js --watch --display-modules", "plugin.spine.webgl.dist": "webpack --config plugins/spine/webpack.webgl.dist.config.js", "plugin.spine.webgl.watch": "webpack --config plugins/spine/webpack.webgl.config.js --watch", "lint": "eslint --config .eslintrc.json \"src/**/*.js\"", "lintfix": "eslint --config .eslintrc.json \"src/**/*.js\" --fix", "sloc": "node-sloc \"./src\" --include-extensions \"js\"", "bundleshaders": "node scripts/bundle-shaders.js", "postinstall": "node scripts/support.js" }, "keywords": [ "2d", "HTML5", "WebGL", "canvas", "game", "javascript", "physics", "tweens", "typescript", "web audio" ], "devDependencies": { "clean-webpack-plugin": "^0.1.19", "eslint": "^4.19.1", "eslint-plugin-es5": "^1.3.1", "fs-extra": "^6.0.0", "node-sloc": "^0.1.11", "uglifyjs-webpack-plugin": "^1.3.0", "vivid-cli": "^1.1.2", "webpack": "^4.23.0", "webpack-cli": "^3.1.1", "webpack-shell-plugin": "^0.5.0" }, "dependencies": { "eventemitter3": "^3.1.0", "exports-loader": "^0.7.0", "imports-loader": "^0.8.0" } }