{
	"name": "fivefilters/php-wp_automatic_Readability",
	"type": "library",
	"description": "Automatic article extraction from HTML",
	"keywords": ["article extraction","content extraction","extraction","article","content","html"],
	"homepage": "http://code.fivefilters.org/php-wp_automatic_Readability/",
	"license": "Apache-2.0",
	"authors": [
	{
		"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": { "wp_automatic_Readability": "" }
	}
}