forked from somebuddy87/node-red-contrib-roomba980
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (42 loc) · 1016 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": "node-red-contrib-roomba980-fw2",
"version": "0.0.1",
"description": "Node to control a Roomba980(v2 firmware) robot via dorita980 API ",
"keywords": [
"node-red",
"roomba",
"roomba980",
"irobot",
"dorita980"
],
"author": {
"name": "Yu Changyuan",
"email": "[email protected]",
"url": "https://github.com/yuchangyuan"
},
"contributors": [
{
"name": "Yu Changyuan",
"email": "[email protected]",
"url": "https://github.com/yuchangyuan"
},
{
"name": "Dennis Henning",
"email": "[email protected]",
"url": "https://github.com/somebuddy87"
}
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/yuchangyuan/node-red-contrib-roomba980-fw2"
},
"dependencies": {
"dorita980": ">=2.4.0"
},
"node-red": {
"nodes": {
"roomba980": "roomba980/roomba980.js"
}
}
}