{
  "name": "contrib",
  "version": "0.0.3",
  "main": "lib/contrib.js",
  "bin": {
    "contrib": "./bin/contrib"
  },
  "description": "a CLI for standarizing the contribution process across projects",
  "homepage": "https://github.com/contrib/contrib",
  "bugs": "https://github.com/contrib/contrib/issues",
  "author": {
    "name": "Steve Heffernan",
    "email": "",
    "url": "http://heff.me"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/contrib/contrib"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "dependencies": {
    "colors": "^0.6.2",
    "git-config": "0.0.6",
    "grunt": "0.4.4",
    "handlebars": "~2.0.0-alpha.2",
    "lodash": "~2.4.1",
    "minimist": "0.0.8",
    "node-proxy": "~0.9.0",
    "open": "0.0.5",
    "optimist": "~0.6.0",
    "prompt": "~0.2.13",
    "shelljs": "~0.2.6"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-watch": "~0.5.0",
    "sinon": "~1.7.3",
    "grunt-istanbul-coverage": "0.0.5"
  }
}
