{
	"name": "cosenary/instagram",
	"type": "library",
	"description": "An easy-to-use PHP Class for accessing Instagram's API.",
	"keywords": ["instagram", "api"],
	"homepage": "https://github.com/cosenary/Instagram-PHP-API",
	"license": "BSD",
	"authors": [
		{
			"name": "Christian Metz",
			"email": "christian-metz1@gmx.net",
			"homepage": "http://metzweb.net"
		}
	],
	"require": {
		"php": ">=5.2.0",
		"ext-curl": "*"
	},
	"autoload": {
		"psr-4": {
			"MetzWeb\\Instagram\\": "src"
		}
	}
}