UNPKG

rocket.chat.mqtt

Version:

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

51 lines (50 loc) 1.12 kB
{ "name": "qlobber", "description": "Node.js globbing for amqp-like topics", "version": "1.8.0", "homepage": "https://github.com/davedoesdev/qlobber", "author": { "name": "David Halls", "email": "dave@davedoesdev.com", "url": "http://www.davedoesdev.com" }, "repository": { "type": "git", "url": "https://github.com/davedoesdev/qlobber.git" }, "bugs": { "url": "https://github.com/davedoesdev/qlobber/issues" }, "license": "MIT", "main": "index.js", "scripts": { "test": "grunt lint test", "coverage": "grunt lint coverage coveralls" }, "directories": { "test": "test", "lib": "lib" }, "keywords": [ "amqp", "mqtt", "rabbitmq", "cybertron", "ascoltatore" ], "engines": { "node": ">= 0.12" }, "devDependencies": { "grunt": "~1.0.1", "grunt-contrib-jshint": "~1.1.0", "grunt-mocha-test": "~0.13.2", "grunt-apidox": "~0.1.10", "grunt-exec": "~2.0.0", "mocha": "~3.4.2", "chai": "~4.0.2", "nyc": "~11.0.3", "coveralls": "~2.13.1", "b": "git://github.com/davedoesdev/b.git" } }