UNPKG

rocket.chat.mqtt

Version:

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

33 lines (32 loc) 749 B
{ "name": "aedes-packet", "version": "1.0.0", "description": "Basic data structure for packets in Aedes ", "main": "packet.js", "dependencies": {}, "devDependencies": { "faucet": "0.0.1", "pre-commit": "^1.1.2", "standard": "^5.4.1", "tape": "^4.2.2" }, "scripts": { "test": "standard && tape test.js | faucet" }, "repository": { "type": "git", "url": "git+https://github.com/mcollina/aedes-packet.git" }, "keywords": [ "mqtt", "packet", "broker", "aedes" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "bugs": { "url": "https://github.com/mcollina/aedes-packet/issues" }, "homepage": "https://github.com/mcollina/aedes-packet#readme" }