{
  "name": "top-gh-contribs",
  "version": "2.0.4",
  "description": "A simple tool for grabbing the top contributors for a repo from github, with some convenient options.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --check-leaks"
  },
  "repository": "https://github.com/novaugust/top-gh-contribs",
  "keywords": [
    "github",
    "contributors",
    "statistics"
  ],
  "author": {
    "name": "Matt Enlow",
    "url": "http://github.com/novaugust"
  },
  "contributors": [
    {
      "name": "Jason Williams",
      "url": "http://github.com/jaswilli"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.3.5",
    "lodash": "^4.11.1",
    "request": "^2.72.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.1.0",
    "mocha-jshint": "^2.3.1",
    "nock": "^8.0.0",
    "rewire": "^2.1.4"
  }
}
