{
  "name": "glued-message-bus",
  "version": "0.3.1",
  "description": "Publish-subscribe topic based pattern and RPC over AMQP",
  "main": "index.js",
  "dependencies": {
    "amqplib": "^0.4.2",
    "node-uuid": "^1.4.7"
  },
  "devDependencies": {
    "eslint-config-standard": "^6.2.0",
    "eslint-plugin-promise": "^2.0.1",
    "eslint-plugin-standard": "^2.0.1",
    "mocha": "^3.0.1",
    "sinon": "^1.17.5",
    "standard": "^8.3.0",
    "supertest": "^2.0.0"
  },
  "scripts": {
    "test": "node node_modules/.bin/mocha --recursive test/ && node_modules/.bin/standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ggioffreda/glued-message-bus.git"
  },
  "keywords": [
    "glue",
    "glued",
    "message",
    "bus",
    "amqp",
    "rabbitmq",
    "publish",
    "subscribe"
  ],
  "author": "Giovanni Gioffreda <giovanni.gioffreda@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ggioffreda/glued-message-bus/issues"
  },
  "homepage": "https://github.com/ggioffreda/glued-message-bus#readme"
}
