{
	"name": "pressforward/php-readability",
	"type": "library",
	"description": "Automatic article extraction from HTML",
	"keywords": ["article extraction","content extraction","extraction","article","content","html"],
	"homepage": "https://github.com/PressForward/PressForward-Readability",
	"license": "GNU3.0",
	"authors": [
	{
		"name": "Aram Zucker-Scharff",
		"email": "aramzs@hacktext.com",
		"homepage": "http://pressforward.org",
		"role": "Developer (updated and modernized code)"
	},
	{
		"name": "Keyvan Minoukadeh",
		"email": "keyvan@keyvan.net",
		"homepage": "http://keyvan.net",
		"role": "Developer (ported original JS code to PHP)"
	},
	{
		"name": "Arc90",
		"homepage": "http://arc90.com",
		"role": "Developer (original JS version)"
	}
	],
	"require": {
		"php": ">=5.2"
	},
	"autoload": {
		"psr-0": { "Readability": "" }
	}
}