keyoxide-web/composer.json
2020-07-05 15:42:13 +02:00

20 lines
537 B
JSON

{
"name": "Keyoxide.org",
"description": "FOSS solution for making basic cryptography operations accessible to regular humans https://keyoxide.org",
"license": "MIT",
"authors": [
{
"name": "Yarmo Mackenbach",
"email": "yarmo@yarmo.eu",
"homepage": "https://yarmo.eu",
"role": "Developer"
}
],
"support": {
"email": "yarmo@keyoxide.org"
},
"require": {
"altorouter/altorouter": "^2.0",
"league/plates": "3.*"
}
}