mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-20 12:31:53 +00:00
18 lines
384 B
JSON
18 lines
384 B
JSON
|
{
|
||
|
"name": "ezyang/htmlpurifier",
|
||
|
"description": "Standards compliant HTML filter written in PHP",
|
||
|
"type": "library",
|
||
|
"keywords": [ "html"],
|
||
|
"homepage": "http://htmlpurifier.org/",
|
||
|
"license": "LGPL",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Edward Z. Yang",
|
||
|
"email": "admin@htmlpurifier.org",
|
||
|
"homepage": "http://ezyang.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=5.2"
|
||
|
}
|
||
|
}
|