UNPKG

@mangar2/mqttclient

Version:

communicates with a MQTT-Style HTTP broker

38 lines (37 loc) 1.07 kB
{ "name": "@mangar2/mqttclient", "version": "2.3.1", "description": "communicates with a MQTT-Style HTTP broker", "main": "mqttclient.js", "scripts": { "test": "node test/test.js", "coverage": "c8 node test/test.js", "doku": "js2md . README.md", "lint": "eslint *.js", "prepublishOnly": "npm run lint && npm test && npm run doku" }, "keywords": [ "publish", "message", "MQTT", "Broker" ], "author": "Volker Böhm", "license": "LGPL-3.0-or-later", "homepage": "https://github.com/Mangar2/yaha.git", "repository": { "type": "git", "url": "https://github.com/Mangar2/yaha/tree/master/node_modules/@mangar2/mqttclient" }, "dependencies": { "@mangar2/mqttservice": ">= 1.2", "@mangar2/connect": "latest", "@mangar2/topicmatch": "latest", "@mangar2/errorlog": "latest", "@mangar2/shutdown": "latest", "@mangar2/logfilter": "latest", "@mangar2/message": "latest", "@mangar2/callbacks": "latest", "@mangar2/utils": "latest" } }