@homenet/plugin-mqttpublish
Version:
Publishes all events on the event bus to MQTT
29 lines (28 loc) • 568 B
JSON
{
"name": "@homenet/plugin-mqttpublish",
"version": "1.0.2",
"description": "Publishes all events on the event bus to MQTT",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"author": "Den Williams",
"license": "MIT",
"homenet4": {
"plugins": [
"MqttPublisherPluginLoader"
]
},
"keywords": [
"mqtt",
"homenet",
"homenet4-plugin"
],
"dependencies": {
"mqtt": "^2.9.0"
},
"devDependencies": {
"@homenet/core-tsd": "^4.0.0-beta.8b",
"@types/node": "^7.0.31"
}
}