UNPKG

822 BJSONView Raw
1{
2 "name": "amqp-exchange",
3 "version": "0.1.1",
4 "description": "simple interface to connect to an exchange to publish and to subscribe from a queue with binding",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --compilers coffee:coffee-script/register"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/tungv/amqp-exchange.git"
12 },
13 "keywords": [
14 "amqp",
15 "rabbitmq",
16 "pubsub"
17 ],
18 "author": "Tung Vu <me@tungv.com>",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/tungv/amqp-exchange/issues"
22 },
23 "homepage": "https://github.com/tungv/amqp-exchange",
24 "dependencies": {
25 "amqp": "^0.2.4",
26 "chai": "^2.3.0",
27 "cli-table": "^0.3.1",
28 "coffee-script": "^1.9.2",
29 "colors": "^1.0.3",
30 "lodash": "^3.7.0",
31 "log4js": "^0.6.24"
32 }
33}