signalk-mqtt-push
Version:
Signal K server plugin that pushes selected paths to an mqtt broker
25 lines (24 loc) • 533 B
JSON
{
"name": "signalk-mqtt-push",
"version": "2.0.1",
"description": "Signal K server plugin that pushes selected paths to an mqtt broker",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-category-cloud"
],
"author": "chedim@chedim.com",
"license": "ISC",
"dependencies": {
"debug": "^4.3.4",
"mqtt": "^5.2.1",
"mqtt-nedb-store": "^0.1.0",
"jsonschema": "1.2.6"
},
"optionalDependencies": {
"mdns": "^2.3.3"
}
}