mirror of
https://github.com/zamentur/libreto.git
synced 2025-11-07 14:55:00 +05:30
30 lines
665 B
JSON
30 lines
665 B
JSON
{
|
|
"name": "catoth/html2opendocument",
|
|
"description": "Converting simple HTML to Opendocument Text (ODT) or Spreadsheets (ODS)",
|
|
"type": "library",
|
|
"minimum-stability": "stable",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"opendocument",
|
|
"html",
|
|
"odt",
|
|
"ods"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Tobias Hößl",
|
|
"email": "tobias@hoessl.eu"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"ext-zip": "*",
|
|
"ext-dom": "*",
|
|
"ezyang/htmlpurifier": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CatoTH\\HTML2OpenDocument\\": ""
|
|
}
|
|
}
|
|
}
|