forked from hybridgroup/cylon-intel-iot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (37 loc) · 844 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
38
39
40
41
42
43
{
"name": "cylon-octanis1-rover",
"version": "0.0.16",
"description": "Cylon module for Octanis 1 Rover",
"homepage": "http://octanis.org",
"bugs": "https://github.com/octanis1/cylon-octanis1-rover/issues",
"author": "Sam Sulaimanov <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/octanis1/cylon-octanis1-rover"
},
"license": "Apache-2.0",
"keywords": [
"cylon",
"cylonjs",
"cylons",
"robot",
"robots",
"robotics",
"iot",
"hardware",
"octanis",
"rover"
],
"devDependencies": {
"sinon-chai": "^2.8.0",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"eslint": "^0.24.0"
},
"dependencies": {
"cylon": "~1.2.0",
"cylon-ble": "~0.10.1",
"node-gamepad": "~0.1.14"
}
}