33
|
1 {
|
|
2 "name": "takika/rc_foldersort",
|
|
3 "type": "roundcube-plugin",
|
|
4 "description": "Roundcube webmail plugin to do per-folder sorting",
|
|
5 "homepage": "https://github.com/Takika/rc_foldersort",
|
|
6 "license": "AGPLv3",
|
|
7 "authors": [
|
|
8 {
|
|
9 "name": "Sandor Takacs",
|
|
10 "email": "taki@alkoholista.hu",
|
|
11 "role": "Developer"
|
|
12 }
|
|
13 ],
|
|
14 "repositories": [
|
|
15 {
|
|
16 "type": "composer",
|
|
17 "url": "http://plugins.roundcube.net"
|
|
18 }
|
|
19 ],
|
|
20 "require": {
|
|
21 "php": ">=5.3.0",
|
|
22 "roundcube/plugin-installer": ">=0.1.3"
|
|
23 }
|
|
24 } |