{
  "name": "overpass",
  "description": "A basic pub/sub and RPC system.",
  "version": "0.2.2",
  "homepage": "https://github.com/IcecaveStudios/overpass-js",
  "author": "Erin Millard",
  "contributors": [
      "James Harris"
  ],
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/IcecaveStudios/overpass-js.git"
  },
  "bugs": {
    "url": "https://github.com/IcecaveStudios/overpass-js/issues"
  },
  "main": "./lib/index.js",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "test": "grunt test"
  },
  "engines": {
    "node": "^0.10",
    "npm": "^2.1"
  },
  "dependencies": {
    "amqplib": "^0.3",
    "bluebird": "^2.3",
    "enum": "^0.2",
    "escape-string-regexp": "^1.0.2",
    "requireindex": "^1.1.0",
    "winston": "^0.8"
  },
  "devDependencies": {
    "coffee-script": "^1.8",
    "grunt": "^0.4",
    "grunt-cli": "^0.1",
    "grunt-contrib-clean": "^0.6",
    "grunt-contrib-coffee": "^0.12",
    "grunt-coveralls": "^1.0",
    "grunt-env": "^0.4",
    "grunt-istanbul": "^0.3",
    "grunt-jasmine-node": "^0.2",
    "grunt-newer": "^0.8",
    "grunt-open": "^0.2",
    "sleep": "^1.1"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/IcecaveStudios/overpass-js/develop/LICENSE"
    }
  ]
}
