roundcubemail-plugins-kolab/plugins/csv_export/composer.json

26 lines
627 B
JSON
Raw Normal View History

2016-02-03 15:13:28 +01:00
{
"name": "kolab/csv_export",
"type": "roundcube-plugin",
"description": "An option to export contacts in CSV format",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
2016-02-03 15:35:31 +01:00
"version": "3.2.10",
2016-02-03 15:13:28 +01:00
"authors": [
{
"name": "Aleksander Machniak",
"email": "machniak@kolabsys.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}