{
	"name": "gravatar-url",
	"version": "3.1.0",
	"description": "Get the URL to a Gravatar image from an identifier, such as an email",
	"license": "MIT",
	"repository": "sindresorhus/gravatar-url",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"engines": {
		"node": ">=8"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"gravatar",
		"avatar",
		"profile",
		"image",
		"picture",
		"photo",
		"hash",
		"email",
		"identifier"
	],
	"dependencies": {
		"md5-hex": "^3.0.1",
		"type-fest": "^0.8.1"
	},
	"devDependencies": {
		"ava": "^2.4.0",
		"tsd": "^0.10.0",
		"xo": "^0.25.3"
	}
}
