39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "kigkonsult/icalcreator",
|
|
"type": "library",
|
|
"description": "iCalcreator is the PHP implementation of rfc2445/rfc5545, management of iCal formatted files",
|
|
"keywords": [ "rfc2445",
|
|
"rfc5545",
|
|
"rfc6321",
|
|
"management",
|
|
"calendar",
|
|
"vCalendar",
|
|
"vevent",
|
|
"vtodo",
|
|
"vjournal",
|
|
"vfreebusy",
|
|
"valarm",
|
|
"vtimezone",
|
|
"standard",
|
|
"daylight",
|
|
"file" ],
|
|
"time" : "2018-10-31",
|
|
"license": "(AGPLv3 or proprietary)",
|
|
"homepage": "http://kigkonsult.se",
|
|
"support": {
|
|
"issues": "http://kigkonsult.se/contact/index.php"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Kjell-Inge Gustafsson",
|
|
"email": "ical@kigkonsult.se"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": ["autoload.php"],
|
|
"psr-4": { "kigkonsult\\iCalcreator\\": ["src/", "src/util/", "src/traits/"] }
|
|
},
|
|
"require": {
|
|
"php": ">=5.4"
|
|
}
|
|
}
|