roundcubemail-plugins-kolab/plugins/odfviewer/composer.json
Aleksander Machniak 6bbad6f15e Refactor odfeditor plugin so it works without temp files (#4307)
- Update WebODF to 0.5.4 (with compressed responses support)
- Don't use temporary files for better security and multi-server scenarious support
2015-01-27 07:50:41 -05:00

25 lines
621 B
JSON

{
"name": "kolab/odfviewer",
"type": "roundcube-plugin",
"description": "Open Document Viewer plugin",
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
"license": "AGPLv3",
"version": "3.3.0",
"authors": [
{
"name": "Thomas Bruederli",
"email": "bruederli@kolabsys.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}