forked from The-Sequence-Ontology/GAL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
61 lines (61 loc) · 1.56 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
{
"abstract" : "Genome Annotation Library",
"author" : [
"Barry Moore <barry.moore@genetics.utah.edu"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "GAL",
"prereqs" : {
"build" : {
"requires" : {
"TAP::Harness" : "0",
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.40"
}
},
"runtime" : {
"recommends" : {
"DBIx::Class::ResultClass::HashRefInflator" : "0",
"Time::HiRes" : "0"
},
"requires" : {
"Bio::DB::Fasta" : "0",
"Carp" : "0",
"Cwd" : "0",
"DBI" : "0",
"DBIx::Class" : "0",
"Getopt::Long" : "0",
"List::MoreUtils" : "0",
"List::Util" : "0",
"Module::Build" : "0",
"Number::Format" : "0",
"Set::IntSpan::Fast" : "0",
"Statistics::Descriptive" : "0",
"Statistics::Descriptive::Discrete" : "0",
"Text::Graph" : "0",
"Text::Graph::DataSet" : "0",
"URI::Escape" : "0",
"perl" : "v5.6.1"
}
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
]
},
"version" : "0.01"
}