-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMETA.json
More file actions
122 lines (121 loc) · 3.76 KB
/
META.json
File metadata and controls
122 lines (121 loc) · 3.76 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"abstract" : "A straightforward and complete next-generation sequencing read simulator",
"author" : [
"Thiago L. A. Miller <tmiller@mochsl.org.br>",
"J. Leonel Buzzo <lbuzzo@mochsl.org.br>",
"Felipe R. C. dos Santos <fsantos@mochsl.org.br>",
"Helena B. Concei\u00e7\u00e3o <hconceicao@mochsl.org.br>",
"Rodrigo Barreiro <rbarreiro@mochsl.org.br>",
"Gabriela Guardia <gguardia@mochsl.org.br>",
"Fernanda Orpinelli <forpinelli@mochsl.org.br>",
"Rafael Mercuri <rmercuri@mochsl.org.br>",
"Rodrigo Barreiro <rbarreiro@mochsl.org.br>",
"Pedro A. F. Galante <pgalante@mochsl.org.br>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_3"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "App-Sandy",
"prereqs" : {
"build" : {
"requires" : {
"LWP::Simple" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::ShareDir::Install" : "0",
"perl" : "5.004"
}
},
"develop" : {
"requires" : {
"Devel::PPPort" : "3.68",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Compress::BGZF::Writer" : "0",
"DBIx::Class::Core" : "0",
"DBIx::Class::Schema" : "0",
"Data::OptList" : "0",
"Exporter" : "0",
"File::Cat" : "0",
"File::Path" : "0",
"Getopt::Long" : "0",
"Hook::AfterRuntime" : "0",
"IO::Compress::Gzip" : "0",
"IO::Handle" : "0",
"IO::Uncompress::Gunzip" : "0",
"Import::Into" : "0",
"List::Util" : "1.44",
"Module::Runtime" : "0",
"Moose" : "0",
"Moose::Role" : "0",
"Moose::Util::TypeConstraints" : "0",
"MooseX::Singleton" : "0",
"MooseX::StrictConstructor" : "0",
"MooseX::UndefTolerant" : "0",
"Parallel::ForkManager" : "1.19",
"Path::Class" : "0",
"PerlIO::gzip" : "0.19",
"Pod::Usage" : "0",
"Scalar::Util" : "0",
"Storable" : "2.51",
"Text::ASCIITable" : "0",
"Try::Tiny" : "0",
"XSLoader" : "0",
"base" : "0",
"constant" : "0",
"feature" : "0",
"namespace::autoclean" : "0",
"perl" : "5.018000",
"strict" : "0",
"true" : "0",
"utf8" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"Test::Perl::Critic" : "0",
"Test::Pod" : "0",
"Test::UseAllModules" : "0"
},
"requires" : {
"Class::Data::Inheritable" : "0.08",
"Test::Class" : "0.50",
"Test::Most" : "0.35",
"Test::UseAllModules" : "0",
"autodie" : "0",
"perl" : "5.018000"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/galantelab/sandy/issues"
},
"homepage" : "https://galantelab.github.io/sandy/",
"repository" : {
"type" : "git",
"url" : "git://github.com/galantelab/sandy.git",
"web" : "https://github.com/galantelab/sandy"
}
},
"version" : "0.25",
"x_generated_by_perl" : "v5.38.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
"x_spdx_expression" : "GPL-3.0-only"
}