{
  "name": "starsky",
  "version": "0.3.1",
  "description": "A higher level and opinionated library on top of node-amqp.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/recurly/starsky.git"
  },
  "keywords": [
    "rabbitmq",
    "node-amqp"
  ],
  "author": "Recurly",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/recurly/starsky/issues"
  },
  "homepage": "https://github.com/recurly/starsky",
  "devDependencies": {
    "should": "2.1.1",
    "jshint-stylish": "0.1.4",
    "mocha": "1.16.1",
    "jshint": "2.3.0",
    "sinon": "1.7.3"
  },
  "dependencies": {
    "amqp": "0.2.0",
    "node-uuid": "1.4.1",
    "commander": "2.1.0",
    "debug": "0.7.4",
    "to-snake-case": "0.1.2",
    "to-space-case": "0.1.3",
    "component-type": "1.0.0"
  }
}
