UNPKG

@voicenter/amqplib

Version:

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

40 lines (39 loc) 907 B
{ "name": "@voicenter/amqplib", "homepage": "https://github.com/voicenter/amqp.node", "main": "./channel_api.js", "version": "0.5.8", "description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.", "repository": { "type": "git", "url": "https://github.com/voicenter/amqp.node" }, "engines": { "node": ">=0.8 <=12" }, "dependencies": { "bitsyntax": "~0.1.0", "bluebird": "^3.5.2", "buffer-more-ints": "~1.0.0", "readable-stream": "1.x >=1.1.9", "safe-buffer": "~5.1.2", "url-parse": "~1.4.3" }, "devDependencies": { "claire": "0.4.1", "istanbul": "0.1.x", "mocha": "^3.5.3", "uglify-js": "2.6.x" }, "scripts": { "test": "make test", "prepare": "make" }, "keywords": [ "AMQP", "AMQP 0-9-1", "RabbitMQ" ], "author": "Michael Bridgen <mikeb@squaremobius.net>, Serhii Mamedov", "license": "MIT" }