Aleksander Machniak
2016-04-20 5b94c5af08c75bc23154215d63bdc99bd11c7f83
commit | author | age
38ab0b 1 {
5b94c5 2     "name": "roundcube/attachment_reminder",
38ab0b 3     "type": "roundcube-plugin",
TB 4     "description": "This Roundcube plugin reminds the user to attach a file if the composed message text indicates that there should be any.",
72b117 5     "license": "GPLv3+",
38ab0b 6     "version": "1.1",
TB 7     "authors": [
8         {
9             "name": "Aleksander Machniak",
10             "email": "alec@alec.pl",
11             "role": "Lead"
12         },
13         {
14             "name": "Thomas Yu - Sian, Liu",
15             "email": "",
16             "role": "Lead"
17         }
18     ],
19     "repositories": [
20         {
21             "type": "composer",
22             "url": "http://plugins.roundcube.net"
23         }
24     ],
25     "require": {
26         "php": ">=5.3.0",
27         "roundcube/plugin-installer": ">=0.1.3"
28     }
29 }