{
  "name": "hubot-capital-framework",
  "description": "A Hubot script to manage CFPB's Capital Framework",
  "version": "2.4.0",
  "author": "Chris Contolini <contolini@users.noreply.github.com>",
  "license": "CC0",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "catops",
    "capital framework"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/catops/hubot-capital-framework.git"
  },
  "bugs": {
    "url": "https://github.com/catops/hubot-capital-framework/issues"
  },
  "dependencies": {
    "coffee-script": "~1.10",
    "github": "ludovicderochethales/node-github#8b9740669ff0cc34c8cc27c95da144e1c216559e",
    "lodash": "^4.13.1",
    "tmp": "0.0.28"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "fs-extra": "^0.30.0",
    "grunt": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-test": "~0.12.7",
    "grunt-release": "~0.13.1",
    "hubot": "^2.18.0",
    "hubot-mock-adapter": "^1.0.0",
    "hubot-mock-adapter-helper": "0.0.1",
    "matchdep": "~1.0.1",
    "mocha": "^2.4.5",
    "rimraf": "^2.5.2",
    "semver": "^5.2.0",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test",
    "watch": "grunt watch"
  }
}
