-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
executable file
·66 lines (66 loc) · 1.59 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
{
"abstract" : "偽BnB",
"author" : [
"Ben Herweyer <[email protected]>",
"Robert Zhang <[email protected]>",
"Sean Lemoine <[email protected]>"
],
"dynamic_config" : 0,
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Csi2132::Project",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.034"
}
},
"develop" : {
"requires" : {
"Test::More" : "0",
"strict" : "0"
}
},
"runtime" : {
"recommends" : {
"JSON::XS" : "0"
},
"requires" : {
"Const::Fast" : "0",
"Data::Faker" : "0",
"Data::GUID" : "0",
"DateTime" : "0",
"DateTime::Format::Pg" : "0",
"Mojolicious" : "0",
"Mojo::Pg" : "0",
"Text::Lorem" : "0",
"Try::Tiny" : "0",
"perl" : "5.020000"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"Test::More" : "0",
"Test::Fatal" : "0"
}
}
},
"release_status" : "beta",
"resources" : {
"homepage" : "https://github.com/bherw/csi2132-project",
"repository" : {
"type" : "git",
"url" : "https://github.com/bherw/csi2132-project.git",
"web" : "https://github.com/bherw/csi2132-project"
}
},
"version" : "0.001"
}