calendar/composer.json

38 lines
956 B
JSON
Raw Normal View History

{
"name": "kolab/calendar",
"type": "roundcube-plugin",
"description": "Calendar plugin",
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
2014-11-09 16:16:30 +00:00
"keywords": ["apps","calendar","ical","itip"],
"license": "AGPLv3",
"authors": [
{
"name": "Thomas Bruederli",
"email": "bruederli@kolabsys.com",
"role": "Lead"
},
{
"name": "Alensader Machniak",
"email": "machniak@kolabsys.com",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"kolab/libcalendaring": ">=3.2.0"
},
"extra": {
"roundcube": {
"min-version": "1.1.0",
"sql-dir": "drivers/database/SQL"
}
}
}