hermesjs-mqtt
Version:
MQTT adapter for HermesJS
25 lines (24 loc) • 555 B
JSON
{
"name": "hermesjs-mqtt",
"version": "2.2.0",
"description": "MQTT adapter for HermesJS",
"main": "index.js",
"repository": "https://github.com/fmvilas/hermes-mqtt.git",
"bugs": "https://github.com/fmvilas/hermes-mqtt/issues",
"keywords": [
"mqtt",
"hermes",
"hermesjs",
"adapter"
],
"author": "Fran Mendez <fmvilas@gmail.com> (https://fmvilas.com)",
"license": "MIT",
"dependencies": {
"hermesjs": "^2.2.1",
"mqtt": "^1.12.0"
},
"devDependencies": {
"should": "^9.0.2",
"sinon": "^1.17.4"
}
}