-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
73 lines (73 loc) · 2.66 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
67
68
69
70
71
72
73
{
"name": "node-red-contrib-knx-ultimate",
"engines": {
"node": ">=16.0.0"
},
"version": "3.3.9",
"description": "Control your KNX intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer. Easy to use and highly configurable.",
"dependencies": {
"binary-parser": "2.2.1",
"crypto-js": "4.2.0",
"dns-sync": "0.2.1",
"eventsource": "2.0.2",
"js-yaml": "4.1.0",
"knxultimate": "4.1.0-beta.7",
"lodash": "4.17.21",
"node-color-log": "12.0.1",
"mkdirp": "3.0.1",
"node-hue-api": "5.0.0-beta.16",
"path": "0.12.7",
"ping": "0.4.4",
"simple-get": "4.0.1",
"xml2js": "0.6.0"
},
"node-red": {
"version": ">=3.1.1",
"plugins": {
"commonFunctions": "/nodes/commonFunctions.js"
},
"nodes": {
"knxUltimate": "/nodes/knxUltimate.js",
"knxUltimateSceneController": "/nodes/knxUltimateSceneController.js",
"knxUltimateWatchDog": "/nodes/knxUltimateWatchDog.js",
"knxUltimateLogger": "/nodes/knxUltimateLogger.js",
"knxUltimate-config": "/nodes/knxUltimate-config.js",
"knxUltimateGlobalContext": "/nodes/knxUltimateGlobalContext.js",
"knxUltimateAlerter": "/nodes/knxUltimateAlerter.js",
"knxUltimateLoadControl": "/nodes/knxUltimateLoadControl.js",
"knxUltimateViewer": "/nodes/knxUltimateViewer.js",
"knxUltimateAutoResponder": "/nodes/knxUltimateAutoResponder.js",
"hueConfig": "/nodes/hue-config.js",
"knxUltimateHueLight": "/nodes/knxUltimateHueLight.js",
"knxUltimateHueButton": "/nodes/knxUltimateHueButton.js",
"knxUltimateHueMotion": "/nodes/knxUltimateHueMotion.js",
"knxUltimateHueTapDial": "/nodes/knxUltimateHueTapDial.js",
"knxUltimateHueLightSensor": "/nodes/knxUltimateHueLightSensor.js",
"knxUltimateHueTemperatureSensor": "/nodes/knxUltimateHueTemperatureSensor.js",
"knxUltimateHueScene": "/nodes/knxUltimateHueScene.js",
"knxUltimateHueBattery": "/nodes/knxUltimateHueBattery.js",
"knxUltimateHueZigbeeConnectivity": "/nodes/knxUltimateHueZigbeeConnectivity.js",
"knxUltimateContactSensor": "/nodes/knxUltimateHueContactSensor.js",
"knxUltimateHATranslator": "/nodes/knxUltimateHATranslator.js",
"knxUltimateHuedevice_software_update": "/nodes/knxUltimateHuedevice_software_update.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Supergiovane/node-red-contrib-knx-ultimate.git"
},
"keywords": [
"node-red",
"KNX",
"ETS",
"eib",
"konnex",
"IOT",
"philips hue"
],
"author": "Supergiovane",
"license": "MIT",
"scripts": {
"test": "standard"
}
}