Aleksander Machniak
2016-03-17 ca332d58628a3b88f22795d9b34d7d0ad8c1b97a
commit | author | age
38ab0b 1 {
TB 2     "name": "roundcube/newmail_notifier",
3     "type": "roundcube-plugin",
1aa581 4     "description": "Supports three methods of notification: 1. Basic - focus browser window and change favicon 2. Sound - play wav file 3. Desktop - display desktop notification (using HTML5 Notification API feature).",
72b117 5     "license": "GPLv3+",
1aa581 6     "version": "0.8",
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",
17             "url": "http://plugins.roundcube.net"
18         }
19     ],
20     "require": {
21         "php": ">=5.3.0",
22         "roundcube/plugin-installer": ">=0.1.3"
23     }
24 }