{
  "name": "gravatar",
  "description": "Gravatar Node.js library",
  "keywords": [
    "gravatar",
    "avatar",
    "package.json"
  ],
  "version": "1.8.2",
  "author": "Emerson Macedo <emerleite@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/emerleite/node-gravatar.git"
  },
  "dependencies": {
    "blueimp-md5": "^2.16.0",
    "email-validator": "^2.0.4",
    "querystring": "0.2.0",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "mocha": "8.1.1",
    "nixt": "^0.5.1",
    "should": "13.2.3"
  },
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "license": "MIT",
  "engines": {
    "node": ">=10"
  },
  "bin": {
    "gravatar": "cli.js"
  }
}
