-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMYMETA.json
58 lines (58 loc) · 1.3 KB
/
MYMETA.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
{
"abstract" : "Tools to run a space fleet operation.",
"author" : [
"Leam Hall <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Module::Build version 0.4224",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "FTL_FleetOps",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0"
}
}
},
"provides" : {
"Crew" : {
"file" : "lib/Crew.pm",
"version" : "0.01"
},
"FTL_FleetOps::Dice" : {
"file" : "lib/FTL_FleetOps/Dice.pm",
"version" : "0.02"
},
"FTL_FleetOps::Ship" : {
"file" : "lib/FTL_FleetOps/Ship.pm",
"version" : "0.02"
},
"Names" : {
"file" : "lib/Names.pm",
"version" : "0.01"
},
"Person" : {
"file" : "lib/Person.pm",
"version" : "0.01"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://www.opensource.org/licenses/mit-license.php"
]
},
"version" : "0.01",
"x_serialization_backend" : "JSON::PP version 4.00"
}