2014-08-04 09:23:17 +02:00
|
|
|
{
|
|
|
|
"name": "kolab/libkolab",
|
|
|
|
"type": "roundcube-plugin",
|
|
|
|
"description": "Plugin to setup a basic environment for the interaction with a Kolab server.",
|
2015-05-12 08:54:53 +02:00
|
|
|
"homepage": "https://git.kolab.org/diffusion/RPK/",
|
2014-08-04 09:23:17 +02:00
|
|
|
"license": "AGPLv3",
|
2015-03-27 14:47:54 +01:00
|
|
|
"version": "3.2.8",
|
2014-08-04 09:23:17 +02:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Thomas Bruederli",
|
|
|
|
"email": "bruederli@kolabsys.com",
|
|
|
|
"role": "Lead"
|
|
|
|
},
|
|
|
|
{
|
2015-02-14 14:26:24 +01:00
|
|
|
"name": "Aleksander Machniak",
|
2014-08-04 09:23:17 +02:00
|
|
|
"email": "machniak@kolabsys.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "http://plugins.roundcube.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0",
|
2015-03-31 14:55:02 +02:00
|
|
|
"roundcube/plugin-installer": ">=0.1.3",
|
|
|
|
"caxy/php-htmldiff": "dev-master"
|
2014-08-04 09:23:17 +02:00
|
|
|
}
|
|
|
|
}
|