roundcubemail-plugins-kolab/plugins/kolab_notes/composer.json
2015-05-12 08:54:53 +02:00

27 lines
729 B
JSON

{
"name": "kolab/kolab_notes",
"type": "roundcube-plugin",
"description": "Notes module for Roundcube connecting to a Kolab server for storage",
"homepage": "https://git.kolab.org/diffusion/RPK/",
"license": "AGPLv3",
"version": "3.2.8",
"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",
"kolab/libkolab": ">=3.2.8",
"roundcube/jqueryui": ">=1.10.4"
}
}