UNPKG

mqtt-router

Version:
34 lines (33 loc) 666 B
{ "name": "mqtt-router", "version": "0.5.0", "description": "Router for mqtt subscriptions.", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/wolfeidau/mqtt-router.git" }, "keywords": [ "MQTT", "router", "subscriptions" ], "author": "Mark Wolfe <mark@wolfe.id.au>", "license": "MIT", "bugs": { "url": "https://github.com/wolfeidau/mqtt-router/issues" }, "dependencies": { "mqtt": "~0.3.1", "houkou": "~0.2.1", "debug": "~0.7.2" }, "devDependencies": { "chai": "~1.7.2", "sinon": "~1.7.3", "mocha": "~1.12.1" } }