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

27 lines
644 B
JSON
Raw Normal View History

2016-03-15 10:02:18 +01:00
{
"name": "kolab/wap_client",
"type": "roundcube-plugin",
"description": "Kolab Web Admin Client",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "0.1.0",
"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",
2016-03-21 12:21:17 +01:00
"kolab/libkolab": ">=3.2.12"
2016-03-15 10:02:18 +01:00
}
}