@mangar2/mqttservice
Version:
communicates with a MQTT-Style HTTP broker
31 lines (30 loc) • 818 B
JSON
{
"name": "@mangar2/mqttservice",
"version": "1.2.1",
"description": "communicates with a MQTT-Style HTTP broker",
"main": "mqttservice.js",
"scripts": {
"test": "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/mqttservice"
},
"dependencies": {
"@mangar2/httpservice": "latest",
"@mangar2/mqttversion": "latest",
"@mangar2/callbacks": "latest"
}
}