-
Notifications
You must be signed in to change notification settings - Fork 8
/
META.json
67 lines (67 loc) · 1.65 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
{
"abstract" : "Fast & minimal low-level HTTP client",
"author" : [
"Kang-min Liu <[email protected]>",
"Ævar Arnfjörð Bjarmason <[email protected]>",
"Borislav Nikolov <[email protected]>",
"Damian Gryski <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "App::ModuleBuildTiny version 0.025",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Hijk",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0"
}
},
"develop" : {
"requires" : {
"App::ModuleBuildTiny" : "0.025"
}
},
"runtime" : {
"requires" : {
"Time::HiRes" : "0"
}
},
"test" : {
"requires" : {
"HTTP::Server::Simple::PSGI" : "0",
"Net::Ping" : "2.41",
"Net::Server::HTTP" : "0",
"Plack" : "0",
"Test::Exception" : "0",
"Test::More" : "0"
}
}
},
"provides" : {
"Hijk" : {
"file" : "lib/Hijk.pm",
"version" : "0.28"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/gugod/Hijk/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/gugod/Hijk.git",
"web" : "https://github.com/gugod/Hijk"
}
},
"version" : "0.28",
"x_serialization_backend" : "JSON::PP version 2.97001",
"x_spdx_expression" : "MIT",
"x_static_install" : "1"
}