summaryrefslogtreecommitdiff
path: root/plugins/zipdownload/composer.json
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-09-28 13:03:57 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-09-28 13:03:57 +0200
commit38ab0be0931a66daf83452d77dc6bc6cd9df7caf (patch)
tree0e1597bbc8a09ce1a7dfe3826048409230ee403a /plugins/zipdownload/composer.json
parentcf46aefd9d8be57722514ab0b6047fa573f46a36 (diff)
Created composer.json files for default plugins
Diffstat (limited to 'plugins/zipdownload/composer.json')
-rw-r--r--plugins/zipdownload/composer.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/zipdownload/composer.json b/plugins/zipdownload/composer.json
new file mode 100644
index 000000000..168415cba
--- /dev/null
+++ b/plugins/zipdownload/composer.json
@@ -0,0 +1,25 @@
+{
+ "name": "roundcube/zipdownload",
+ "type": "roundcube-plugin",
+ "description": "Adds an option to download all attachments to a message in one zip file, when a message has multiple attachments. Also allows the download of a selection of messages in one zip file and the download of entire folders.",
+ "license": "GNU GPLv3+",
+ "version": "2.0",
+ "authors": [
+ {
+ "name": "Thomas Bruederli",
+ "email": "roundcube@gmail.com",
+ "role": "Lead"
+ }
+ ],
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "http://plugins.roundcube.net"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0",
+ "roundcube/plugin-installer": ">=0.1.3",
+ "ext-zip": "*"
+ }
+}