mq-library
Version:
An easy to use library to work with Message Queuing
46 lines (45 loc) • 948 B
JSON
{
"name": "mq-library",
"version": "0.1.1",
"description": "An easy to use library to work with Message Queuing",
"main": "lib/index.js",
"scripts": {
"test": "mocha lib/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/iadvize/mq-library.git"
},
"keywords": [
"amqp",
"queuing",
"rabbitmq",
"queue",
"node"
],
"contributors": [
{
"name": "Francois-Guillaume Ribreau",
"email": "npm@fgribreau.com",
"url": "http://fgribreau.com/"
},
{
"name": "Simon Paitrault",
"email": "contact@freyskeyd.fr"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iadvize/mq-library/issues"
},
"homepage": "https://github.com/iadvize/mq-library",
"dependencies": {
"amqplib": "^0.3.2",
"assert": "^1.3.0",
"lodash": "^3.10.0",
"when": "^3.7.3"
},
"devDependencies": {
"check-build": "*"
}
}