roundcube-password_recovery/composer.json

25 lines
680 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.",
"homepage": "https://github.com/AlfnRU/roundcube-password_recovery/",
2022-01-09 13:14:56 +00:00
"license": "GPL-3.0-or-later",
2022-01-09 12:50:54 +00:00
"version": "1.0",
"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
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.6"
}
}