forked from marvinroger/node-red-contrib-homie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 782 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
{
"name": "node-red-contrib-homie",
"version": "0.2.2",
"description": "Node-RED nodes for the Homie home automation system",
"dependencies": {
"internal-ip": "^1.1.0",
"mqtt": "^1.6.3"
},
"keywords": [
"node-red",
"home",
"automation",
"iot",
"mqtt"
],
"repository": {
"type": "git",
"url": "https://github.com/marvinroger/node-red-contrib-homie.git"
},
"bugs": "https://github.com/marvinroger/node-red-contrib-homie/issues",
"homepage": "https://github.com/marvinroger/node-red-contrib-homie",
"license": "GPL-2.0",
"node-red": {
"nodes": {
"Homie device": "nodes/deviceconfig/deviceconfig.js",
"Homie shim": "nodes/shim/shim.js",
"Homie send from shim": "nodes/sendshim/sendshim.js"
}
}
}