forked from pakerfeldt/knx-mqtt-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 830 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
33
34
35
36
37
38
39
{
"name": "knx-mqtt-bridge",
"version": "0.0.19",
"description": "A KNX / MQTT bridge",
"keywords": [
"knx",
"mqtt"
],
"dependencies": {
"js-yaml": "3.12.0",
"knx": ">=2.3.0",
"mqtt": "^2.18.1",
"winston": "3.0.0",
"xml-js": "1.6.4"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git://github.com/pakerfeldt/knx-mqtt-bridge.git"
},
"author": {
"name": "Patrik Åkerfeldt",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/pakerfeldt/knx-mqtt-bridge/issues"
},
"main": "src/knx-mqtt.js",
"scripts": {
"start": "node src/knx-mqtt.js"
},
"bin": {
"knx-mqtt-bridge": "src/knx-mqtt.js"
},
"license": "Apache-2.0",
"homepage": "https://github.com/pakerfeldt/knx-mqtt-bridge/"
}