-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
57 lines (50 loc) · 1.01 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "cylon-joystick",
"version": "0.22.0",
"description": "Cylon module for any HID joystick",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon-joystick/issues",
"author": "The Hybrid Group <cylonjs@hybridgroup.com>",
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon-joystick"
},
"bin": {
"cylon-joystick-explorer": "./bin/cylon-joystick-explorer"
},
"license": "Apache-2.0",
"keywords": [
"cylon",
"cylonjs",
"cylons",
"robot",
"robots",
"robotics",
"iot",
"hardware",
"joystick",
"gamepad",
"xbox",
"xbox360",
"ps2",
"ps3",
"dualshock",
"dualshock3",
"dualshock4",
"ds3",
"ds4",
"logitech",
"f310"
],
"devDependencies": {
"sinon-chai": "^2.8.0",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"eslint": "^0.22.1"
},
"dependencies": {
"cylon": "^1.3.0",
"gamepad": "^1.2.0"
}
}