forked from Supergiovane/node-red-contrib-knx-ultimate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1005 Bytes
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
{
"name": "node-red-contrib-knx-ultimate",
"version": "1.1.75",
"description": "Single Node KNX IN/OUT with optional ETS group address importer. Easy to use and highly configurable. Control your KNX intallation via Node-Red!",
"dependencies": {
"knxultimate-api": "2.3.20",
"fs": "0.0.1-security",
"mkdirp": "^0.5.1",
"os": ">=0.1.1",
"ping": ">=0.2.3"
},
"node-red": {
"nodes": {
"knxUltimate": "/nodes/knxUltimate.js",
"knxUltimateSceneController": "/nodes/knxUltimateSceneController.js",
"knxUltimateWatchDog": "/nodes/knxUltimateWatchDog.js",
"knxUltimateLogger": "/nodes/knxUltimateLogger.js",
"knxUltimate-config": "/nodes/knxUltimate-config.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Supergiovane/node-red-contrib-knx-ultimate.git"
},
"keywords": [
"node-red",
"KNX",
"ETS",
"eib",
"eibd",
"konnex",
"IOT"
],
"author": "Supergiovane",
"license": "MIT"
}