ascoltatori
Version:
The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, Kafka, MQTT (Mosquitto) or just plain node!
82 lines (81 loc) • 2.01 kB
JSON
{
"name": "ascoltatori",
"version": "4.3.0",
"description": "The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, Kafka, MQTT (Mosquitto) or just plain node!",
"main": "index.js",
"scripts": {
"test": "mocha --recursive --bail --reporter spec test --globals Promise",
"ci": "mocha --recursive --bail --watch test",
"coverage": "rm -rf coverage; istanbul cover _mocha -- --reporter spec --bail --globals Promise",
"publish-coverage": "(cat coverage/lcov.info | coveralls)",
"jshint-lib": "jshint lib/*.js",
"jshint-test": "jshint test/*.js"
},
"pre-commit": [
"jshint-lib",
"jshint-test",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/mcollina/ascoltatori.git"
},
"bugs": {
"url": "http://github.com/mcollina/ascoltatori/issues"
},
"keywords": [
"publish",
"subscribe",
"pubsub",
"rabbitmq",
"zeromq",
"0mq",
"mqtt",
"amqp",
"mosquitto",
"mongodb",
"mongo",
"kafka",
"pub",
"sub"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"contributors": [
"Filippo De Pretto <filnik90@gmail.com>",
"David Halls <dave@davedoesdev.com>"
],
"devDependencies": {
"mocha": "^3.0.0",
"chai": "^3.4.1",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"optimist": "^0.6.1",
"dox-foundation": "^0.5.6",
"mosca": "2.1.0",
"jshint": "^2.8.0",
"istanbul": "^0.4.0",
"coveralls": "^2.11.4",
"pre-commit": "^1.1.2"
},
"dependencies": {
"debug": "^2.2.0",
"qlobber": "~0.7.0",
"steed": "^1.1.3",
"uuid": "^3.3.2"
},
"optionalDependencies": {
"ioredis": "^2.3.0",
"msgpack-lite": "^0.1.20",
"zmq": "*",
"zeromq": "*",
"amqp": "~0.2.4",
"amqplib": "~0.5.1",
"mqtt": "^2.3.0",
"mongodb": "^2.1.18",
"kerberos": "~0.0",
"eventemitter2": "^2.1.3",
"qlobber-fsq": "^6.1.0",
"kafka-node": "~0.5.8"
}
}