keyoxide-web/composer.json

23 lines
600 B
JSON
Raw Normal View History

2020-06-26 08:53:10 -06:00
{
"name": "Keyoxide.org",
2020-07-16 10:43:18 -06:00
"description": "Easy pgp encryption and distributed identity for all in a fully opensource and privacy-friendly package",
2020-07-05 07:43:09 -06:00
"homepage": "https://keyoxide.org",
2020-07-05 07:42:13 -06:00
"license": "MIT",
2020-07-16 01:28:52 -06:00
"version": "0.2.1",
2020-07-05 07:42:13 -06:00
"authors": [
{
"name": "Yarmo Mackenbach",
"email": "yarmo@yarmo.eu",
"homepage": "https://yarmo.eu",
"role": "Developer"
}
],
"support": {
"email": "yarmo@keyoxide.org"
},
2020-06-26 08:53:10 -06:00
"require": {
2020-07-01 16:54:19 -06:00
"altorouter/altorouter": "^2.0",
"league/plates": "3.*"
2020-06-26 08:53:10 -06:00
}
}