You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
849 B
27 lines
849 B
{
|
|
"name": "jeroendesloovere/vcard",
|
|
"type": "library",
|
|
"description": "This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.",
|
|
"keywords": ["vcard", "generator", ".vcf", "php"],
|
|
"homepage": "https://github.com/jeroendesloovere/vcard",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jeroen Desloovere",
|
|
"email": "info@jeroendesloovere.be",
|
|
"homepage": "http://jeroendesloovere.be",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"behat/transliterator": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.6.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "JeroenDesloovere\\VCard\\": "src/" }
|
|
}
|
|
}
|