forked from ollyg/EWS-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
66 lines (65 loc) · 1.81 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
{
"abstract" : "Microsoft Exchange Web Services Client",
"author" : [
"Oliver Gorwits <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.200011, CPAN::Meta::Converter version 2.110930001",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "EWS-Client",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30",
"File::ShareDir::Install" : "0.03"
}
},
"runtime" : {
"requires" : {
"Authen::NTLM" : 0,
"Carp" : 0,
"Data::Dumper" : 0,
"DateTime" : 0,
"DateTime::Format::ISO8601" : 0,
"Encode" : 0,
"File::ShareDir" : 0,
"HTML::Strip" : 0,
"LWP::Authen::Ntlm" : 0,
"LWP::Protocol::https" : "6.02",
"Log::Report" : 0,
"Moose" : 0,
"Moose::Role" : 0,
"Moose::Util::TypeConstraints" : 0,
"MooseX::Iterator" : 0,
"URI::Escape" : 0,
"XML::Compile::SOAP11" : 0,
"XML::Compile::Transport::SOAPHTTP" : 0,
"XML::Compile::WSDL11" : 0
}
},
"test" : {
"requires" : {
"Test::More" : 0
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=EWS-Client"
},
"homepage" : "https://github.com/ollyg/EWS-Client/wiki",
"repository" : {
"type" : "git",
"url" : "git://github.com/ollyg/EWS-Client.git",
"web" : "https://github.com/ollyg/EWS-Client"
}
},
"version" : "1.141040"
}