-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
37 lines (37 loc) · 887 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
{
"name": "node-gamepad",
"description": "node-gamepad is a package for node that allows you to effortlessly interface your node applications with a variety of gamepad controllers.",
"version": "0.1.15",
"homepage": "https://github.com/carldanley/node-gamepad",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:carldanley/node-gamepad.git"
},
"author": {
"name": "Carl Danley",
"url": "https://github.com/carldanley/snes-controller"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/carldanley/node-gamepad/issues"
},
"engines": {
"node": ">= 0.10.28"
},
"dependencies": {
"colors": "^0.6.2",
"node-hid": "^0.5.1"
},
"files": [
"controllers",
"index.js",
"readme.md"
],
"contributors": [
{
"name": "Luke Karrys",
"email": "luke@lukekarrys.com"
}
]
}