-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
37 lines (37 loc) · 1.06 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
{
"name": "SWC_BATCH_CHECK",
"abstract": "SWC batch files validation",
"description": "Provides methods for validating batch data in SWC neuron morphology files",
"version": "1.0",
"release_status": "stable",
"author": [
"Damien OHalloran <[email protected]>"
],
"license": ["gpl_2"],
"prereqs": {
"runtime": {
"requires": {
"perl": "5.006",
"Term::ANSIColor": "0",
"Sys::Hostname": "0",
"Moose": "2.0",
"MooseX::Getopt": "0",
"Modern::Perl": "1.0",
"List::Util": "0",
"List::MoreUtils": "0",
"Win32::Console::ANSI": "0"
}
},
"build": {
"requires": {
"Test::More": "0"
}
}
},
"dynamic_config": 0,
"meta-spec": {
"version": "2",
"url": "https://metacpan.org/pod/CPAN::Meta::Spec"
},
"generated_by": "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150001"
}