{
	"name" : "forxer/gravatar",
	"description" : "A library providing easy gravatar integration.",
	"keywords" : [
		"gravatar"
	],
	"type" : "library",
	"license" : "MIT",
	"authors" : [{
			"name" : "Vincent Garnier",
			"email" : "forxer@gmail.org",
			"homepage" : "http://forx.fr"
		}
	],
	"require" : {
		"php" : ">=5.4.0"
	},
	"autoload" : {
		"psr-4" : {
			"forxer\\Gravatar\\" : "src"
		}
	},
	"minimum-stability" : "dev",
	"support" : {
		"issues" : "https://github.com/forxer/gravatar/issues",
		"email" : "forxer@gmail.com"
	}
}