-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
69 lines (69 loc) · 1.7 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
{
"abstract" : "Yet another package manager for building development environment",
"author" : [
"magnolia <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Enbld",
"no_index" : {
"directory" : [
"t",
"inc",
"xt"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.66"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.66"
}
},
"runtime" : {
"requires" : {
"File::Basename" : "0",
"File::Copy::Recursive" : "0",
"File::Spec" : "0",
"HTTP::Tiny" : "0.041",
"IO::Socket::SSL" : "0",
"Try::Lite" : "0",
"autodie" : "0",
"parent" : "0",
"perl" : "5.010001",
"version" : "0.77"
}
},
"test" : {
"requires" : {
"Test::Exception" : "0",
"Test::More" : "0.98",
"Test::Output" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/magnolia-k/Enbld/issues"
},
"homepage" : "https://github.com/magnolia-k/Enbld",
"repository" : {
"type" : "git",
"url" : "https://github.com/magnolia-k/Enbld.git",
"web" : "https://github.com/magnolia-k/Enbld"
}
},
"version" : "0.7042"
}