{
  "name": "github-avatar-url",
  "version": "2.0.0",
  "description": "Get github's avatar URL either by `username` or `email`.",
  "license": "MIT",
  "repository": "hemanth/github-avatar-url",
  "author": {
    "name": "Hemanth.HM",
    "email": "hemanth.hm@gmail.com",
    "url": "h3manth.com"
  },
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "github",
    "username",
    "email",
    "gravatar",
    "avatar"
  ],
  "dependencies": {
    "email-regex": "^1.0.0",
    "gh-got": "^4.0.1",
    "github-username": "^2.0.0"
  },
  "devDependencies": {
    "ava": "^0.18.2"
  }
}
