-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
67 lines (67 loc) · 1.68 KB
/
META.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"abstract" : "API interface to the panel iRedMail (http://www.iredmail.org)",
"author" : [
"Lucas Tiago de Moraes <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4218",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "iRedAdmin",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0"
}
},
"runtime" : {
"requires" : {
"Email::Valid" : "0",
"Encode" : "0",
"HTTP::Cookies" : "0",
"Moo" : "0",
"WWW::Mechanize" : "0"
}
}
},
"provides" : {
"iRedAdmin" : {
"file" : "lib/iRedAdmin.pm",
"version" : "0.01"
},
"iRedAdmin::Admin" : {
"file" : "lib/iRedAdmin/Admin.pm"
},
"iRedAdmin::Domain" : {
"file" : "lib/iRedAdmin/Domain.pm"
},
"iRedAdmin::User" : {
"file" : "lib/iRedAdmin/User.pm"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://opensource.org/licenses/artistic-license-2.0.php"
],
"bugtracker" : {
"web" : "https://github.com/lucas1/Perl-iRedAdmin/issues"
},
"homepage" : "https://github.com/lucas1/Perl-iRedAdmin",
"repository" : {
"url" : "git://github.com/lucas1/Perl-iRedAdmin.git",
"web" : "https://github.com/lucas1/Perl-iRedAdmin"
}
},
"version" : "0.03"
}