52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "aerex/baikal-storage-plugin",
|
|
"description": "A Baikal plugin to sync iCal objects into storages such as taskwarrior and todist",
|
|
"type": "library",
|
|
"keywords": [
|
|
"task",
|
|
"taskwarrior",
|
|
"GTD",
|
|
"Baikal",
|
|
"sabre"
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/Aerex/baikal-storage-plugin"
|
|
}
|
|
],
|
|
"bin": [
|
|
"bin/baikalstorage"
|
|
],
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"sabre/dav" : "~4.1.4",
|
|
"sabre/vobject": "^4.2.1",
|
|
"nesbot/carbon": "^2.0.0",
|
|
"laminas/laminas-validator": "^2.13",
|
|
"laminas/laminas-stdlib": "^3.2",
|
|
"psr/container": "^1.0",
|
|
"symfony/config": "3.4|^4.0|^5.0",
|
|
"symfony/process": "^3.4|^4.0|^5.0",
|
|
"monolog/monolog": "^2.0",
|
|
"symfony/yaml": "~3.0|~4.0",
|
|
"symfony/console": "^3.4|^4.0|^5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5.3"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Aerex",
|
|
"email": "aerex@aerex.me"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Aerex\\BaikalStorage\\Storages\\": "lib/Storages/",
|
|
"Aerex\\BaikalStorage\\Configs\\": "lib/Configs/",
|
|
"Aerex\\BaikalStorage\\": "lib/"
|
|
}
|
|
}
|
|
}
|