summaryrefslogtreecommitdiff
path: root/plugins/newmail_notifier/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/newmail_notifier/composer.json')
-rw-r--r--plugins/newmail_notifier/composer.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/newmail_notifier/composer.json b/plugins/newmail_notifier/composer.json
deleted file mode 100644
index 1bca39c1f..000000000
--- a/plugins/newmail_notifier/composer.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "roundcube/newmail_notifier",
- "type": "roundcube-plugin",
- "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).",
- "license": "GPLv3+",
- "version": "0.7",
- "authors": [
- {
- "name": "Aleksander Machniak",
- "email": "alec@alec.pl",
- "role": "Lead"
- }
- ],
- "repositories": [
- {
- "type": "composer",
- "url": "http://plugins.roundcube.net"
- }
- ],
- "require": {
- "php": ">=5.3.0",
- "roundcube/plugin-installer": ">=0.1.3"
- }
-}