UNPKG

rocket.chat.mqtt

Version:

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

44 lines (43 loc) 906 B
{ "name": "event-lite", "description": "Light-weight EventEmitter (less than 1KB when gzipped)", "version": "0.1.2", "author": "@kawanet", "bugs": { "url": "https://github.com/kawanet/event-lite/issues" }, "contributors": [ "Joshua Wise <josh@joshuawise.ninja>" ], "devDependencies": { "jsdoc": "^3.5.5", "jshint": "^2.9.6", "mocha": "^5.2.0", "uglify-js": "^3.4.9" }, "homepage": "https://github.com/kawanet/event-lite", "jshintConfig": { "mocha": true, "node": true, "undef": true }, "keywords": [ "browser", "emitter", "event", "eventlistener", "fire", "trigger" ], "license": "MIT", "main": "event-lite.js", "repository": { "type": "git", "url": "https://github.com/kawanet/event-lite.git" }, "scripts": { "fixpack": "fixpack", "test": "make test" }, "typings": "event-lite.d.ts" }