UNPKG

amqp-node

Version:

An AMQP 0-9-1 (e.g., RabbitMQ) library and client.

40 lines (39 loc) 1.02 kB
{ "name": "amqp-node", "homepage": "https://github.com/CapitalGene/amqp.node.git", "main": "./lib/index.js", "version": "0.3.3", "description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.", "repository": { "type": "git", "url": "https://github.com/CapitalGene/amqp.node.git" }, "dependencies": { "amqp-node-defs": "^0.0.2", "bitsyntax": "~0.0.4", "bluebird": "^3.4.6", "buffer-more-ints": "0.0.2", "debug": "^2.1.0", "readable-stream": "^2.0.3" }, "devDependencies": { "mocha": "^3.0.2", "chai": "^3.4.0", "chai-as-promised": "^5.1.0", "claire": "0.4.1", "istanbul": "^0.4.0" }, "scripts": { "test": "NODE_ENV=testing BLUEBIRD_DEBUG=1 ./node_modules/mocha/bin/mocha --check-leaks -u tdd -t 10000 test/ --reporter spec" }, "keywords": [ "AMQP", "AMQP 0-9-1", "RabbitMQ" ], "author": "Michael Bridgen <mikeb@squaremobius.net>", "contributors": [ "Chen Liang <code@chen.technology>" ], "license": "MIT" }