Aleksander Machniak
2015-02-02 e8fc8d303a30658abd70419917a1373131802e28
commit | author | age
38ab0b 1 {
TB 2     "name": "roundcube/newmail_notifier",
3     "type": "roundcube-plugin",
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 webkitNotifications feature, supported by Chrome and Firefox with 'HTML5 Notifications' plugin).",
72b117 5     "license": "GPLv3+",
bba13c 6     "version": "0.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",
17             "url": "http://plugins.roundcube.net"
18         }
19     ],
20     "require": {
21         "php": ">=5.3.0",
22         "roundcube/plugin-installer": ">=0.1.3"
23     }
24 }