forked from mlfunston/node-red-contrib-broadlink-control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.64 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "node-red-contrib-broadlink-control",
"version": "2.1.4",
"description": "Node Red nodes to control the Broadlink RM devices and other Broadlink home automation nodes.",
"engines": {
"node": ">=6.9.5"
},
"dependencies": {
"events": ">=1.1.1",
"os": ">=0.1.1"
},
"keywords": [
"node-red",
"broadlink-rm",
"broadlink",
"home automation",
"iot"
],
"node-red": {
"nodes": {
"rm": "nodes/RMNode.js",
"rmreceiver": "nodes/RMReceiverNode.js",
"eAir": "nodes/A1Node.js",
"smartplug": "nodes/SP2Node.js",
"mp": "nodes/MP1Node.js",
"s1c": "nodes/S1CNode.js",
"discover": "nodes/DiscoverNode.js",
"setup": "nodes/SetupNode.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/mlfunston/node-red-contrib-broadlink-control"
},
"author": {
"name": "Mark Funston",
"email": "[email protected]",
"url": "https://github.com/mlfunston"
},
"contributors": [
{
"name": "Mark Funston",
"email": "[email protected]",
"url": "https://github.com/mlfunston"
},
{
"name": "Vladimir Filippov",
"email": "[email protected]",
"url": "https://github.com/VladimirSFilippov"
},
{
"name": "Bouni",
"url": "https://github.com/Bouni"
},
{
"name": "deadly667",
"url": "https://github.com/deadly667"
}
],
"bugs": {
"email": "[email protected]",
"url": "https://github.com/mlfunston/node-red-contrib-broadlink-control/issues"
},
"license": "MIT",
"homepage": "https://github.com/mlfunston/node-red-contrib-broadlink-control"
}