31 lines
771 B
JSON
31 lines
771 B
JSON
{
|
|
"name": "boressoft/ident_switch",
|
|
"type": "roundcube-plugin",
|
|
"description": "This plugin allows users to switch between different accounts (including remote) in single Roundcube session.",
|
|
"homepage": "https://bitbucket.org/BoresExpress/ident_switch",
|
|
"keywords": ["identity", "imap"],
|
|
"license": "GPL-3.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Boris Gulay",
|
|
"email": "boris@boressoft.ru",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "http://plugins.roundcube.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"roundcube/plugin-installer": ">=0.1.3"
|
|
},
|
|
"extra": {
|
|
"roundcube": {
|
|
"sql-dir": "SQL"
|
|
}
|
|
}
|
|
}
|