UNPKG

tiny-zmq

Version:

A NodeJS package that provides simple load balanced and broadcast messaging on distributed environments

28 lines (27 loc) 825 B
{ "name": "tiny-zmq", "version": "2.0.1", "description": "A NodeJS package that provides simple load balanced and broadcast messaging on distributed environments", "main": "index.js", "keywords": [ "zmq", "messaging", "tvrbo", "ventilator", "clustering", "cluster", "load", "balancing", "balancer", "broadcast", "socket", "broker", "worker", "client" ], "author": "Jordi Moraleda <jordi@tvrbo.pro>", "repository": { "type": "git", "url": "git+https://github.com/TvrboPro/TinyZmq.git" }, "engines": { "node": "6.9.1" }, "license": "ISC", "bugs": { "url": "https://github.com/TvrboPro/TinyZmq/issues" }, "homepage": "https://github.com/TvrboPro/TinyZmq#readme", "dependencies": { "uuid": "^3.0.0", "zmq": "^2.15.3" }, "devDependencies": { "eslint": "^3.10.2" } }