roundcube-password_recovery/composer.json

25 lines
662 B
JSON

{
"name": "AlfnRU/password_recovery",
"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/",
"license": "GPL",
"version": "1.0",
"authors": [
{
"name": "Alexander Alferov",
"email": "a@alfn.ru",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.6"
}
}