Change plugin metadata to push it into repo.
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "Ident Switch",
|
"name": "boressoft/ident_switch",
|
||||||
"type": "roundcube-plugin",
|
"type": "roundcube-plugin",
|
||||||
"description": "This plugin allows users to switch between different accounts (including remote) in simgle Roundcube session.",
|
"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": "GPLv3+",
|
"license": "GPLv3+",
|
||||||
"version": "0.5",
|
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Boris Gulay",
|
"name": "Boris Gulay",
|
||||||
"email": "boris@boressoft.ru",
|
"email": "boris@boressoft.ru",
|
||||||
"role": "Author"
|
"role": "Developer"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"repositories": [
|
"repositories": [
|
||||||
@@ -21,4 +22,9 @@
|
|||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"roundcube/plugin-installer": ">=0.1.3"
|
"roundcube/plugin-installer": ">=0.1.3"
|
||||||
}
|
}
|
||||||
|
"extra": {
|
||||||
|
"roundcube": {
|
||||||
|
"sql-dir": "SQL"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user