forked from PF4Public/fetchmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.13 KB
/
composer.json
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
36
37
38
39
40
41
42
43
44
45
46
{
"name" : "pf4public/fetchmail",
"type" : "roundcube-plugin",
"description" : "Roundcube fetchmail plugin is a Roundcube plugin, which allows users to download their mail from external mailboxes.",
"keywords" : [
"fetchmail",
"download",
"mailbox"
],
"homepage" : "http://pf4public.github.io/fetchmail/",
"license" : "GPL",
"authors" : [{
"name" : "Arthur Mayer",
"role" : "Retired developer",
"homepage" : "https://github.com/flames"
}, {
"name" : "puzich",
"role" : "Retired developer",
"homepage" : "https://github.com/puzich"
}, {
"name" : "PF4Public",
"role" : "Developer",
"homepage" : "https://github.com/PF4Public"
}, {
"name" : "Github project contributors page",
"homepage" : "https://github.com/PF4Public/fetchmail/graphs/contributors"
}
],
"repositories" : [{
"type" : "composer",
"url" : "https://plugins.roundcube.net"
}
],
"require" : {
"roundcube/plugin-installer" : ">=0.1.6"
},
"support" : {
"issues" : "https://github.com/pf4public/fetchmail/issues",
"source" : "https://github.com/pf4public/fetchmail"
},
"extra" : {
"roundcube" : {
"sql-dir" : "SQL"
}
}
}