{
  "name": "hubot-deploy",
  "version": "0.13.27",
  "author": "Corey Donohoe <atmos@atmos.org>",
  "description": "hubot script for GitHub Flow",
  "main": "index.coffee",
  "repository": {
    "type": "git",
    "url": "https://github.com/atmos/hubot-deploy"
  },
  "keywords": [
    "flow",
    "github",
    "deploy",
    "hubot",
    "chatops",
    "deployment"
  ],
  "homepage": "https://github.com/atmos/hubot-deploy",
  "scripts": {
    "test": "NODE_ENV=test mocha test/**/*_test.coffee test/**/**/*_test.coffee test/**/**/**/*_test.coffee",
    "posttest": "NODE_ENV=test coffeelint -f .coffeelint.json src/"
  },
  "contributors": [
    {
      "name": "Corey Donohoe",
      "email": "atmos@atmos.org"
    }
  ],
  "dependencies": {
    "coffeelint": "^1.14.2",
    "fernet": "0.3.0",
    "hubot": ">=2.7.2 <=2.13.2",
    "inflection": "1.3.6",
    "ip-address": "5.0.2",
    "octonode": "0.7.4",
    "scoped-http-client": "0.11.0",
    "sprintf": "0.1.3",
    "timeago": "0.1.0"
  },
  "devDependencies": {
    "chai": "~1.0.3",
    "mocha": "~2.2.5",
    "ys-vcr": "0.4.2",
    "coffee-script": ">=1.6.3",
    "hubot-mock-adapter": "1.0.0"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "bugs": {
    "url": "https://github.com/atmos/hubot-deploy/issues"
  },
  "license": "MIT"
}
