25 lines
666 B
JSON
25 lines
666 B
JSON
{
|
|
"name": "arisuongaku/identity_db",
|
|
"type": "roundcube-plugin",
|
|
"description": "Updates user's identities on login based on a database query. Some update rules are configurable.",
|
|
"license": "MIT",
|
|
"version": "0.1-git",
|
|
"authors": [
|
|
{
|
|
"name": "Alice Gaudon",
|
|
"email": "alice@gaudon.pro",
|
|
"role": "Lead"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://plugins.roundcube.net"
|
|
}
|
|
],
|
|
"homepage": "https://gitlab.com/ArisuOngaku/roundcube-identity_db",
|
|
"require": {
|
|
"roundcube/plugin-installer": ">=0.1.6"
|
|
}
|
|
}
|