{
  "name": "dev-identify",
  "description": "Dev Identify fetches the name and profile picture associated with an email address",
  "version": "3.1.1",
  "license": "MIT",
  "author": {
    "name": "Dev Ang",
    "url": "https://github.com/SociallyDev"
  },
  "contributors": [
    "Rohan Rishi (https://github.com/RohanRishi)"
  ],
  "homepage": "https://github.com/SociallyDev/dev-identify#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/SociallyDev/dev-identify.git"
  },
  "keywords": [
    "dev identify",
    "identify email",
    "email identification",
    "profile picture",
    "name",
    "google profile api",
    "gravatar profile api"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=6.9.1"
  },
  "dependencies": {
    "md5": "^2.2.1",
    "then-request": "^6.0.0"
  },
  "deprecated": false,
  "bugs": {
    "url": "https://github.com/SociallyDev/dev-identify/issues"
  }
}
