forked from pattex007/node-red-contrib-fhem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 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
{
"name": "node-red-contrib-fhem",
"version": "0.0.5",
"description": "Connecting to FHEM instances",
"keywords": [
"node-red",
"fhem"
],
"license": "MIT",
"author": {
"name": "Patrick Gebauer"
},
"bundleDependencies": false,
"homepage": "https://github.com/pattex007/node-red-contrib-fhem#readme",
"deprecated": false,
"node-red": {
"version": ">=2.0.0",
"nodes": {
"fhem-in": "fhem-input.js",
"fhem-out": "fhem-output.js",
"fhem-cmd": "fhem-cmd.js",
"fhem-instance": "fhem-instance.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pattex007/node-red-contrib-fhem.git"
}
}