This repository was archived by the owner on Jan 24, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathMETA.json
More file actions
88 lines (88 loc) · 2.5 KB
/
Copy pathMETA.json
File metadata and controls
88 lines (88 loc) · 2.5 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"abstract" : "Mojo::IOLoop based RabbitMQ client",
"author" : [
"-2019, Sebastian Podjasek and others"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.14, CPAN::Meta::Converter version 2.150010",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Mojo-RabbitMQ-Client",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"File::ShareDir" : "0",
"List::Util" : "1.33",
"Mojolicious" : "7.53",
"Net::AMQP" : "0.06",
"perl" : "5.010"
}
},
"test" : {
"requires" : {
"Test::Exception" : "0.43",
"Test::More" : "0.98"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/inway/mojo-rabbitmq-client/issues"
},
"homepage" : "https://github.com/inway/mojo-rabbitmq-client",
"repository" : {
"type" : "git",
"url" : "git://github.com/inway/mojo-rabbitmq-client.git",
"web" : "https://github.com/inway/mojo-rabbitmq-client"
}
},
"version" : "0.3.1",
"x_contributors" : [
"Adam Williamson <adamw@happyassassin.net>",
"Adam Williamson <awilliam@redhat.com>",
"Christopher Rasch-Olsen Raa <christopher@stix.no>",
"Mohammad S Anwar <Mohammad.Anwar@yahoo.com>",
"Oliver Kurz <okurz@suse.de>",
"Patrick Goldmann <patrick.goldmann@googlemail.com>",
"Richard Lippmann <lippmann@findus-internet-opac.de>",
"Salve J. Nilsen <sjn@cpan.org>",
"Sebastian Podjasek <sebastian@podjasek.pl>",
"Sebastian Riedel <kraihx@gmail.com>",
"Stephan Kulow <coolo@suse.de>",
"Vidar Tyldum <vidar@tyldum.com>",
"gregor herrmann <gregor+github@comodo.priv.at>"
],
"x_serialization_backend" : "JSON::PP version 2.97000"
}