Mercurial > hg > rc1
view plugins/calendar/composer.json @ 28:538b3d58eb89
fix colors in label popup
author | Charlie Root |
---|---|
date | Sun, 28 Jan 2018 13:42:53 -0500 |
parents | 459652c6089c |
children |
line wrap: on
line source
{ "name": "kolab/calendar", "type": "roundcube-plugin", "description": "Calendar plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "keywords": ["apps","calendar","ical","itip"], "license": "AGPLv3", "authors": [ { "name": "Alensader Machniak", "email": "machniak@kolabsys.com", "role": "Lead" }, { "name": "Thomas Bruederli", "email": "thomas@roundcube.net", "role": "Developer" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "kolab/libcalendaring": ">=3.3.3" }, "extra": { "roundcube": { "min-version": "1.3.0", "sql-dir": "drivers/database/SQL" } } }