forked from hybridgroup/cylon-i2c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (40 loc) · 819 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
{
"name": "cylon-i2c",
"version": "0.26.1",
"description": "Cylon.js drivers for i2c devices",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon-i2c/issues",
"author": "The Hybrid Group <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon-i2c"
},
"license": "Apache-2.0",
"keywords": [
"cylon",
"cylonjs",
"cylons",
"robot",
"robots",
"robotics",
"iot",
"hardware",
"i2c"
],
"hardware": {
"*": false,
"./": false,
"./index.js": true,
"./lib": true
},
"devDependencies": {
"sinon-chai": "~2.4.0",
"chai": "~1.7.2",
"mocha": "~1.12.1",
"sinon": "~1.7.3",
"eslint": "0.22.1"
},
"dependencies": {
"cylon": "^1.3.0"
}
}