34
|
1 {
|
|
2 "name": "gms-sa/advanced-search",
|
|
3 "type": "roundcube-plugin",
|
|
4 "description": "Advanced search allowing multiple search criteria and folder recursion",
|
|
5 "keywords": ["mail","search","advanced"],
|
|
6 "homepage": "http://github.com/GMS-SA/roundcube-advanced-search/tree/stable",
|
|
7 "license": "GPL-3.0",
|
|
8 "repositories": [
|
|
9 {
|
|
10 "type": "composer",
|
|
11 "url": "http://plugins.roundcube.net"
|
|
12 }
|
|
13 ],
|
|
14 "require": {
|
|
15 "roundcube/plugin-installer": ">=0.1.2"
|
|
16 },
|
|
17 "extra": {
|
|
18 "roundcube": {
|
|
19 "min-version": "0.9.4",
|
|
20 "max-version": "1.0.9999"
|
|
21 }
|
|
22 }
|
|
23 }
|