mqtthook
Version:
It is a MQTT version of Webhook for IoT devices.
27 lines (26 loc) • 482 B
JSON
{
"name": "mqtthook",
"description": "It is a MQTT version of Webhook for IoT devices.",
"version": "0.0.8",
"author": {
"name": "Evan Tseng",
"email": "evan@tseng.io"
},
"repository": {
"type": "git",
"url": "https://github.com/evanxd/mqtthook"
},
"keywords": [
"iot",
"internet-of-things",
"mqtt",
"mqtthook",
"wot",
"web-of-things",
"webhook"
],
"dependencies": {
"mqtt": "2.5.0",
"request": "2.81.0"
}
}