forked from andrew/node-xbox-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 795 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
{
"author": "Andrew Nesbitt <[email protected]> (http://andrew.github.io)",
"name": "xbox-controller",
"description": "Xbox controller for node",
"version": "0.1.0",
"os": ["darwin", "linux"],
"repository": {
"type": "git",
"url": "git://github.com/andrew/node-xbox-controller.git"
},
"homepage": "https://github.com/andrew/node-xbox-controller",
"keywords": ["xbox", "controller", "gaming"],
"bugs" :
{ "url" : "https://github.com/andrew/node-xbox-controller/issues" },
"licenses": [
{
"type": "MIT",
"url": "https://github.com/andrew/node-xbox-controller/blob/master/LICENSE"
}
],
"main": "./lib/xbox.js",
"dependencies": {
"node-hid": ">=0",
"colors" : ">=0"
},
"scripts" : {
"test" : "node ./tests/test.js"
}
}