forked from gianlucagiacometti/Roundcube-Aliases
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 843 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 843 Bytes
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
{
"name": "stephanblanke/aliases",
"type": "roundcube-plugin",
"description": "Lets you manage Postfix Admin aliases",
"keywords": ["mail","alias","aliases","pfa","postfixadmin"],
"homepage": "https://github.com/stephanblanke/roundcube-aliases",
"license": "GPL-2.0",
"version": "1.0.0",
"authors": [
{
"name": "Stephan Blanke",
"email": "stephanblanke@users.noreply.github.com",
"role": "Developer"
},
{
"name": "Gianluca Giacometti",
"email": "php@gianlucagiacometti.it",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.3"
}
}