forked from neogeek/gamepad.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 966 Bytes
/
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
37
38
39
{
"name": "gamepad.js",
"description": "Simple customizable event binding for the HTML Gamepad API.",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"bowser": "2.10.0"
},
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/preset-env": "7.11.0",
"babel-loader": "8.1.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12"
},
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"bundle": "node ./bin/bundle_mappings.js > mappings.json"
},
"license": "MIT",
"keywords": [
"gamepad",
"controller"
],
"authors": [
{
"name": "Scott Doxey",
"email": "[email protected]",
"homepage": "http://scottdoxey.com/"
}
],
"homepage": "https://github.com/neogeek/gamepad.js",
"repository": {
"type": "git",
"url": "git://github.com/neogeek/gamepad.js.git"
},
"private": true
}