roundcube-password_recovery/composer.json

32 lines
808 B
JSON
Raw Normal View History

2022-01-09 12:50:54 +00:00
{
2022-01-09 13:08:42 +00:00
"name": "alfnru/password_recovery",
2022-01-09 12:50:54 +00:00
"type": "roundcube-plugin",
"description": "Plugin that adds functionality so that a user can create a new password if the original is lost.",
"version": "1.2",
2022-01-09 16:14:16 +00:00
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/AlfnRU/roundcube-password_recovery/",
2022-01-09 12:50:54 +00:00
"authors": [
{
"name": "Alexander Alferov",
"email": "a@alfn.ru",
2022-01-09 13:14:56 +00:00
"role": "Developer"
2022-01-09 12:50:54 +00:00
}
],
2022-01-09 16:14:16 +00:00
"keywords": [
"login",
"authentication",
"security",
"password",
2022-01-09 19:40:22 +00:00
"recovery"
2022-01-09 16:14:16 +00:00
],
2022-01-09 12:50:54 +00:00
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.6"
}
}