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