UNPKG

rocket.chat.mqtt

Version:

It's a MQTT Server, using redis to scale horizontally.

42 lines (41 loc) 1.05 kB
{ "name": "aedes-persistence", "version": "5.1.1", "description": "The spec for an Aedes persistence, with abstract tests and a fast in-memory implementation.", "main": "persistence.js", "scripts": { "test": "standard && tape test.js | faucet" }, "pre-commit": "test", "repository": { "type": "git", "url": "git+https://github.com/mcollina/aedes-persistence.git" }, "keywords": [ "mqtt", "broker", "persistence", "aedes" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "bugs": { "url": "https://github.com/mcollina/aedes-persistence/issues" }, "homepage": "https://github.com/mcollina/aedes-persistence#readme", "devDependencies": { "concat-stream": "^1.5.1", "faucet": "0.0.1", "mqemitter": "^2.0.0", "pre-commit": "^1.1.2", "standard": "^10.0.0", "tape": "^4.2.2", "through2": "^2.0.0" }, "dependencies": { "aedes-packet": "^1.0.0", "from2": "^2.1.0", "qlobber": "^1.8.0", "safe-buffer": "^5.0.1" } }