-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (38 loc) · 873 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
{
"name": "cylon-octoblu",
"version": "0.16.0",
"description": "Cylon.js adaptor for the Octoblu open source machine to machine protocol",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon-octoblu/issues",
"author": "The Hybrid Group <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon-octoblu"
},
"license": "Apache-2.0",
"keywords": [
"cylon",
"cylonjs",
"cylons",
"robot",
"robots",
"robotics",
"iot",
"hardware",
"skynet",
"skynet.im",
"octoblu",
"meshblu"
],
"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.2.0",
"meshblu": "^1.29.0"
}
}