33 lines
981 B
JSON
33 lines
981 B
JSON
{
|
|
"name": "fruux/baikal",
|
|
"description": "Baïkal is a lightweight CalDAV + CardDAV server based on PHP, SQLite and SabreDAV",
|
|
"keywords": ["Framework", "WebDAV", "CalDAV", "CardDAV", "iCalendar"],
|
|
"homepage": "http://sabre.io/baikal/",
|
|
"license" : "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Jérôme Schneider",
|
|
"email": "mail@jeromeschneider.fr",
|
|
"homepage" : "http://jerome.io",
|
|
"role" : "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php" : ">=5.5",
|
|
"sabre/dav" : "^3.1",
|
|
"twig/twig" : "~1.8.0"
|
|
},
|
|
"replace" : {
|
|
"jeromeschneider/baikal" : "self.version"
|
|
},
|
|
"autoload": {
|
|
"psr-0" : {
|
|
"Baikal" : "Core/Frameworks/",
|
|
"Flake" : "Core/Frameworks/",
|
|
"Formal" : "Core/Frameworks/"
|
|
}
|
|
},
|
|
"support" : {
|
|
"source" : "https://github.com/fruux/Baikal"
|
|
}
|
|
}
|