{
  "name": "hubot-teams",
  "description": "Let Hubot keep track of teams and their information",
  "version": "1.0.1",
  "author": "Joseph Palmour <jpalmour@gmail.com>",
  "contributors": [
    {
      "name": "Candice McCollough",
      "email": "candice.mccollough@careerbuilder.com"
    }
  ],
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/cbdr/hubot-teams.git"
  },
  "bugs": {
    "url": "https://github.com/cbdr/hubot-teams/issues"
  },
  "dependencies": {
    "coffee-script": "~1.6",
    "lodash": "^2.4.1",
    "moment": "^2.8.4"
  },
  "devDependencies": {
    "chai": "*",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-mocha-test": "~0.7.0",
    "grunt-release": "~0.6.0",
    "hubot": "^2.9.3",
    "hubot-help": "^0.1.1",
    "hubot-mock-adapter": "^1.0.0",
    "matchdep": "~0.1.2",
    "mocha": "*",
    "sinon": "*",
    "sinon-chai": "*"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test"
  }
}
