UNPKG

node-red-contrib-aedes

Version:
51 lines (50 loc) 1.2 kB
{ "name": "node-red-contrib-aedes", "version": "0.3.4", "description": "Node Red MQTT broker node based on aedes.js", "dependencies": { "aedes": "^0.40.0", "aedes-persistence-mongodb": "^8.0.0", "websocket-stream": "^5.0.0" }, "devDependencies": { "node-red-node-test-helper": "^0.2.0", "mqtt": "^3.0.0" }, "scripts": { "test": "semistandard --verbose | snazzy && mocha test/**/*_spec.js" }, "node-red": { "nodes": { "aedes-mqtt-broker": "aedes.js" } }, "repository": { "type": "git", "url": "git+https://github.com/martin-doyle/node-red-contrib-aedes.git" }, "keywords": [ "node-red", "aedes", "mqtt" ], "author": { "name": "Martin Doyle", "email": "martin-doyle@online.de" }, "contributors": [ { "name": "zuhito", "email": "zuhito@hotmail.co.jp" }, { "name": "Jochen Scheib", "email": "webmaster@mapero.de" } ], "license": "MIT", "bugs": { "url": "https://github.com/martin-doyle/node-red-contrib-aedes/issues" }, "homepage": "https://github.com/martin-doyle/node-red-contrib-aedes#readme" }