forked from kotare-2021/dbb-ii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "phaser3-merged-input",
"version": "1.2.7",
"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",
"game": "webpack --config webpack.game.config.js",
"dev": "webpack --config webpack.game.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garystanton/phaser3-merged-input.git"
},
"author": "Gary Stanton",
"license": "MIT",
"bugs": {
"url": "https://github.com/garystanton/phaser3-merged-input/issues"
},
"homepage": "https://github.com/garystanton/phaser3-merged-input#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^4.5.1",
"html-webpack-plugin": "^3.2.0",
"phaser": "^3.54.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
}
}