Aleksander Machniak
2016-05-04 de14ec6aa0dd41f6d414da93bf83b52783e48632
commit | author | age
38ab0b 1 {
TB 2     "name": "roundcube/managesieve",
3     "type": "roundcube-plugin",
4     "description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.",
ecf6c7 5     "license": "GPLv3+",
e499a1 6     "version": "8.7",
38ab0b 7     "authors": [
TB 8         {
9             "name": "Aleksander Machniak",
10             "email": "alec@alec.pl",
11             "role": "Lead"
12         }
13     ],
14     "repositories": [
15         {
16             "type": "composer",
80cb36 17             "url": "https://plugins.roundcube.net"
8c0ee4 18         },
AM 19         {
20             "type": "pear",
80cb36 21             "url": "https://pear.php.net/"
AM 22         },
23         {
24             "type": "vcs",
25             "url": "https://github.com/roundcube/Net_Sieve.git"
38ab0b 26         }
TB 27     ],
28     "require": {
29         "php": ">=5.3.0",
8c0ee4 30         "roundcube/plugin-installer": ">=0.1.3",
80cb36 31         "roundcube/net_sieve": "~1.5.0"
38ab0b 32     }
TB 33 }