forked from carldanley/node-gamepad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 964 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
{
"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.14",
"homepage": "https://github.com/carldanley/node-gamepad",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]: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.3.1"
},
"files": [
"controllers",
"index.js",
"readme.md"
],
"contributors" : [
{ "name" : "Luke Karrys", "email" : "[email protected]" }
]
}