39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "roundcube/carddav",
|
|
"type": "roundcube-plugin",
|
|
"description": "CardDAV adapter for connecting to CardDAV-enabled addressbooks",
|
|
"keywords": ["addressbook","carddav","contacts","owncloud","davical"],
|
|
"homepage": "https://www.benjamin-schieder.de/carddav.html",
|
|
"license": "GPL-2.0",
|
|
"version": "3.0.3",
|
|
"authors": [
|
|
{
|
|
"name": "Benjamin Schieder",
|
|
"email": "carddav@wegwerf.anderdonau.de",
|
|
"homepage": "https://www.benjamin.schieder.de/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Michael Stilkerich",
|
|
"email": "michael@stilkerich.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "git://github.com/blind-coder/rcmcarddav.git"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.18",
|
|
"nategood/httpful": "~0.2",
|
|
"sabre/vobject": "~3.4"
|
|
},
|
|
"extra": {
|
|
"roundcube": {
|
|
"min-version": "1.0.0"
|
|
}
|
|
}
|
|
}
|