forked from gianlucagiacometti/Roundcube-Forward
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "gianlucagiacometti/forward",
"type": "roundcube-plugin",
"description": "Lets you manage Postfix Admin forwards",
"keywords": ["mail","forward","forwards","pfa","postfixadmin"],
"homepage": "https://github.com/gianlucagiacometti/roundcube-forward.git",
"license": "GPL-2.0",
"version": "1.1.0",
"authors": [
{
"name": "Gianluca Giacometti",
"email": "gianlucagiacometti@users.noreply.github.com",
"role": "Developer"
},
{
"name": "Sebastien Blaisot",
"email": "sblaisot@users.noreply.github.com",
"role": "Contributor"
},
{
"name": "Jan B. Fiedler",
"email": "zuloo@users.noreply.github.com",
"role": "Contributor"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.3"
}
}