You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/plugins/vcard_attachments/composer.json

30 lines
758 B
JSON

{
"name": "roundcube/vcard_attachments",
"type": "roundcube-plugin",
"description": "This plugin detects vCard attachments/bodies and shows a button(s) to add them to address book",
"license": "GNU GPLv3+",
"version": "3.2",
"authors": [
{
"name": "Thomas Bruederli",
"email": "roundcube@gmail.com",
"role": "Lead"
},
{
"name": "Aleksander Machniak",
"email": "alec@alec.pl",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}