2014-08-04 09:23:17 +02:00
|
|
|
{
|
|
|
|
"name": "kolab/tasklist",
|
|
|
|
"type": "roundcube-plugin",
|
|
|
|
"description": "Task management plugin",
|
2015-07-07 12:27:38 +02:00
|
|
|
"homepage": "https://git.kolab.org/diffusion/RPK/",
|
2014-08-04 09:23:17 +02:00
|
|
|
"license": "AGPLv3",
|
2016-03-21 12:21:17 +01:00
|
|
|
"version": "3.2.12",
|
2014-08-04 09:23:17 +02:00
|
|
|
"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",
|
2016-03-21 12:21:17 +01:00
|
|
|
"kolab/libcalendaring": ">=3.2.12",
|
2015-01-08 10:19:53 -05:00
|
|
|
"roundcube/jqueryui": ">=1.10.4"
|
2014-08-04 09:23:17 +02:00
|
|
|
}
|
|
|
|
}
|