UNPKG

@homenet/plugin-mqtt

Version:

Homenet plugin for buttons and sensors emitted over MQTT

36 lines (35 loc) 809 B
{ "name": "@homenet/plugin-mqtt", "description": "Homenet plugin for buttons and sensors emitted over MQTT", "version": "2.0.0", "main": "lib/index.js", "scripts": { "test": "" }, "keywords": [ "homenet", "mqtt", "plugin", "homenet4-plugin" ], "homenet4": { "plugins": ["MqttPluginLoader"] }, "author": "Den Williams", "license": "MIT", "dependencies": { "mqtt": "^2.6.2" }, "devDependencies": { "@homenet/core-tsd": "^4.0.0-beta.8b", "@types/node": "^7.0.13" }, "repository": { "type": "git", "url": "git+https://github.com/denwilliams/homenet-plugin-mqtt.git" }, "bugs": { "url": "https://github.com/denwilliams/homenet-plugin-mqtt/issues" }, "homepage": "https://github.com/denwilliams/homenet-plugin-mqtt#readme" }