-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (41 loc) · 907 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
44
45
46
47
{
"name": "cylon-intel-iot",
"version": "0.13.3",
"description": "Cylon module for Intel Joule, Edison, and Galileo IoT platforms",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon-intel-iot/issues",
"author": "The Hybrid Group <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon-intel-iot"
},
"license": "Apache-2.0",
"keywords": [
"cylon",
"cylonjs",
"cylons",
"robot",
"robots",
"robotics",
"iot",
"hardware",
"gpio",
"i2c",
"intel",
"edison",
"galileo",
"joule",
"mraa"
],
"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.3.0",
"galileo-io": "^0.10.0"
}
}