-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 772 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 772 Bytes
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
{
"name": "xbox-controller-node",
"version": "1.6.0",
"description": "Simple interface to Xbox controller using Node.js",
"main": "./lib/xbox-controller.js",
"dependencies": {
"chalk": "^1.0.0",
"joystick": "^0.1.2",
"node-hid": "^0.4.0",
"socket.io": "^1.3.5"
},
"scripts": {
"test": "node lib/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mapaiva/xbox-controller-node.git"
},
"keywords": [
"xbox",
"controller",
"node"
],
"author": {
"name": "Matheus Paiva",
"email": "matheus.a.paiva@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mapaiva/xbox-controller-node/issues"
},
"homepage": "https://github.com/mapaiva/xbox-controller-node"
}