{
  "name": "gravatar-of",
  "version": "1.0.10",
  "description": "Download profile picture of any gravatar user by it's email.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codedotjs/gravatar-of.git"
  },
  "author": "Rishi Giri <rushforlinux@gmail.com> (rishigiri.com)",
  "bin": {
    "gravatar-of": "cli.js"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "cli.js"
  ],
  "keywords": [
    "cli-app",
    "cli",
    "image",
    "image-of",
    "terminal",
    "directory",
    "console",
    "download",
    "gravatar",
    "wordpress",
    "information"
  ],
  "dependencies": {
    "chalk": "^1.1.3",
    "fs-extra": "^2.1.2",
    "got": "^6.7.1",
    "image-type": "^3.0.0",
    "log-update": "^1.0.2",
    "ora": "^1.2.0",
    "update-notifier": "^1.0.3"
  },
  "devDependencies": {
    "ava": "*",
    "execa": "^0.2.2",
    "xo": "*"
  },
  "xo": {
    "esnext": true
  },
  "bugs": {
    "url": "https://github.com/codedotjs/gravatar-of/issues"
  },
  "homepage": "https://github.com/codedotjs/gravatar-of#readme",
  "main": "cli.js"
}
