-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.09 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
37
{
"name": "@maulingmonkey/gamepad",
"version": "0.0.5",
"description": "Typescript gamepad API for consistent cross-browser and cross-gamepad binding, polling for input, etc.",
"license": "Apache-2.0",
"keywords": [
"browser",
"gamepad",
"controller",
"xbox",
"playstation",
"typescript",
"input"
],
"author": "MaulingMonkey <npm@maulingmonkey.com> (https://maulingmonkey.com/)",
"bugs": "https://github.com/MaulingMonkey/mmk.gamepad/issues",
"homepage": "https://github.com/MaulingMonkey/mmk.gamepad#readme",
"repository": "github:MaulingMonkey/mmk.gamepad",
"browser": "global.js",
"types": "global.d.ts",
"main": "global.js",
"files": [
"global.d.ts",
"global.js",
"LICENSE.txt",
"modular.d.ts",
"modular.js",
"Readme.md"
],
"devDependencies": {
"@maulingmonkey/modularize-namespace": "0.0.3",
"@types/d3": "^3.5.41",
"d3": "^3.5.17",
"typedoc": "^0.14.2",
"typedoc-plugin-sourcefile-url": "^1.0.4"
}
}