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

32 lines
813 B
JSON
Raw Normal View History

2014-12-08 14:32:34 +01:00
{
"name": "kolab/kolab_activesync",
"type": "roundcube-plugin",
"description": "ActiveSync configuration utility for Kolab accounts",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.2.8",
2014-12-08 14:32:34 +01:00
"authors": [
{
"name": "Thomas Bruederli",
"email": "bruederli@kolabsys.com",
"role": "Lead"
},
{
"name": "Aleksander Machniak",
2014-12-08 14:32:34 +01:00
"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",
"kolab/libkolab": ">=3.2.8"
2014-12-08 14:32:34 +01:00
}
}