{ "name": "yunkong2.mqtt", "description": "The adapter allows to send and receive MQTT messages from yunkong2 and to be a broker.", "version": "2.0.4", "homepage": "https://git.spacen.net/yunkong2/yunkong2.mqtt", "repository": { "type": "git", "url": "https://git.spacen.net/yunkong2/yunkong2.mqtt" }, "licenses": [ { "type": "MIT", "url": "https://git.spacen.net/yunkong2/yunkong2.mqtt/blob/master/LICENSE" } ], "keywords": [ "yunkong2", "notification", "MQTT", "message" ], "dependencies": { "mqtt": "^2.18.3", "mqtt-connection": "^4.0.0", "websocket-stream": "^5.1.2", "ws": "^5.2.0" }, "devDependencies": { "chai": "^4.1.2", "gulp": "^3.9.1", "mocha": "^5.2.0" }, "bugs": { "url": "https://git.spacen.net/yunkong2/yunkong2.mqtt/issues" }, "main": "main.js", "scripts": { "test": "node node_modules/mocha/bin/mocha --exit" }, "engines": { "node": ">=6.0.0" }, "license": "MIT" }