This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
98 lines (97 loc) · 2.63 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"abstract" : "Client for txtwt, the minimalist microblogging service for hackers",
"author" : [
"Mario Domgoergen C<< <[email protected]> >>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_3"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "App-txtnix",
"no_index" : {
"directory" : [
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Config::Tiny" : "0",
"Data::Dumper" : "0",
"Exporter" : "0",
"IO::Interactive" : "0",
"IO::Pager" : "0",
"Mojo::Base" : "0",
"Mojo::ByteStream" : "0",
"Mojo::Date" : "0",
"Mojo::IOLoop::Delay" : "0",
"Mojo::JSON" : "0",
"Mojo::Loader" : "0",
"Mojo::Template" : "0",
"Mojo::URL" : "0",
"Mojo::UserAgent" : "0",
"Mojolicious" : "6.54",
"Net::DNS::Native" : "0.11",
"Net::FTP" : "0",
"OptArgs" : "0",
"POSIX" : "0",
"Path::Tiny" : "0",
"String::ShellQuote" : "0",
"Term::ANSIColor" : "1.04",
"Text::Wrap" : "0",
"Time::Duration" : "0",
"Time::Local" : "1.2100",
"base" : "0",
"perl" : "v5.14.0",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"FindBin" : "0",
"Mojo::UserAgent::Server" : "0",
"Mojo::Util" : "0",
"Mojolicious::Lite" : "0",
"Path::Tiny" : "0",
"Test::More" : "0",
"Test::Output" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/mdom/txtnix/issues"
},
"homepage" : "https://github.com/mdom/txtnix",
"repository" : {
"type" : "git",
"url" : "https://github.com/mdom/txtnix.git",
"web" : "https://github.com/mdom/txtnix"
}
},
"version" : "0.07",
"x_contributors" : [
"David Sterba <[email protected]>",
"Mario Domgoergen <[email protected]>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}