UNPKG

multimq

Version:

Wrapper for using different message queue systems, such as: zeromq, axon and hypermq.

28 lines (27 loc) 834 B
{ "name": "multimq", "description": "Wrapper for using different message queue systems, such as: zeromq, axon and hypermq.", "version": "0.0.4", "main": "index.js", "homepage": "https://github.com/kurunt/multimq", "author": "Mark W. B. Ashcroft <mark@kurunt.com> (http://kurunt.com)", "contributors": [ { "name": "Mark W. B. Ashcroft", "email": "mark@kurunt.com" } ], "dependencies": { "preview": ">0.1.0", "axon": "~2.0.0", "hypermq": ">0.0.4", "amp-message": "~0.1.2" }, "repository": { "type": "git", "url": "git://github.com/kurunt/multimq.git" }, "bugs": { "url" : "http://github.com/kurunt/multimq/issues", "email" : "mail@kurunt.com" }, "engines": { "node": ">=0.8.0" }, "license": "MIT", "keywords": [ "mq", "axon", "zeromq", "0MQ", "zmq", "hypermq" ] }