mirror of
https://github.com/j0k3r/php-readability.git
synced 2026-09-27 06:26:17 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "j0k3r/php-readability",
|
||||
"type": "library",
|
||||
"description": "Automatic article extraction from HTML",
|
||||
"keywords": ["article extraction","content extraction","extraction","article","content","html"],
|
||||
"license": "Apache-2.0",
|
||||
"authors": [{
|
||||
"name": "Jeremy Benoist",
|
||||
"email": "jeremy.benoist@gmail.com",
|
||||
"homepage": "http://www.j0k3r.net",
|
||||
"role": "Developer"
|
||||
},{
|
||||
"name": "DitherSky",
|
||||
"homepage": "https://github.com/Dither",
|
||||
"role": "Developer (https://github.com/Dither/full-text-rss)"
|
||||
},{
|
||||
"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",
|
||||
"ext-tidy": ">=1.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Readability\\": "src/" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user