UNPKG

phaser3-merged-input

Version:

A Phaser 3 plugin to handle input from keyboard, gamepad & mouse, allowing for easy key definition and multiplayer input

50 lines (49 loc) 1.44 kB
{ "name": "phaser3-merged-input", "version": "1.10.1", "description": "A Phaser 3 plugin to handle input from keyboard, gamepad & mouse, allowing for easy key definition and multiplayer input", "main": "src/main.js", "scripts": { "build": "webpack --config webpack.build.config.js", "demo": "webpack serve --config webpack.demo.config.js", "dev": "webpack serve --config webpack.demo.config.js", "test": "echo \"No test specified\"" }, "types": "main.d.ts", "repository": { "type": "git", "url": "git+https://github.com/garystanton/phaser3-merged-input.git" }, "keywords": [ "phaser", "phaser-plugin", "phaser3", "phaser3-plugin", "phaser3-gamepad", "gamepad" ], "author": { "name": "Gary Stanton", "url": "https://sleepyada.com" }, "license": "MIT", "bugs": { "url": "https://github.com/garystanton/phaser3-merged-input/issues" }, "homepage": "https://github.com/garystanton/phaser3-merged-input#readme", "devDependencies": { "@babel/core": "^7.22.0", "@babel/preset-env": "^7.22.0", "babel-loader": "^8.3.0", "copy-webpack-plugin": "^13.0.0", "core-js": "^3.41.0", "dat.gui": "^0.7.9", "html-webpack-plugin": "^5.5.0", "phaser": "^3.60.0", "regenerator-runtime": "^0.14.1", "terser-webpack-plugin": "^5.3.14", "webpack": "^5.88.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.2.1" } }