keyoxide-web/composer.json

23 lines
601 B
JSON
Raw Normal View History

2020-06-26 16:53:10 +02:00
{
"name": "Keyoxide.org",
"description": "FOSS solution for making basic cryptography operations accessible to regular humans https://keyoxide.org",
2020-07-05 15:43:09 +02:00
"homepage": "https://keyoxide.org",
2020-07-05 15:42:13 +02:00
"license": "MIT",
2020-07-16 09:28:52 +02:00
"version": "0.2.1",
2020-07-05 15:42:13 +02:00
"authors": [
{
"name": "Yarmo Mackenbach",
"email": "yarmo@yarmo.eu",
"homepage": "https://yarmo.eu",
"role": "Developer"
}
],
"support": {
"email": "yarmo@keyoxide.org"
},
2020-06-26 16:53:10 +02:00
"require": {
2020-07-02 00:54:19 +02:00
"altorouter/altorouter": "^2.0",
"league/plates": "3.*"
2020-06-26 16:53:10 +02:00
}
}