{
  "name": "hubot-tlrg-oncall",
  "description": "Query whos on call from redis",
  "version": "0.0.11",
  "author": {
    "name": "Steve Elliott"
  },
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "oncall"
  ],
  "repository": {
    "type": "git",
    "url": ""
  },
  "dependencies": {
    "amqp": "^0.2.4",
    "bluebird": "^2.9.34",
    "lodash": "^3.3.1",
    "moment": "^2.10.6",
    "redis": "^2.0.1"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "sinon-chai": "*",
    "sinon": "*",
    "grunt-mocha-test": "~0.7.0",
    "grunt-release": "~0.6.0",
    "matchdep": "~0.1.2",
    "grunt-contrib-watch": "~0.5.3"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test"
  },
  "maintainers": [
    {
      "name": "tegud",
      "email": "steve@tegud.net"
    }
  ]
}
