1{
2   "abstract" : "a bingo game Perl implementation",
3   "author" : [
4      "Jonas B. Nielsen <jonasbn@cpan.org>"
5   ],
6   "dynamic_config" : 0,
7   "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005",
8   "license" : [
9      "artistic_2"
10   ],
11   "meta-spec" : {
12      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13      "version" : 2
14   },
15   "name" : "Games-Bingo",
16   "prereqs" : {
17      "build" : {
18         "requires" : {
19            "Module::Build" : "0.30"
20         }
21      },
22      "configure" : {
23         "requires" : {
24            "ExtUtils::MakeMaker" : "0",
25            "Module::Build" : "0.30"
26         }
27      },
28      "develop" : {
29         "requires" : {
30            "Pod::Coverage::TrustPod" : "0",
31            "Test::CPAN::Changes" : "0.19",
32            "Test::Kwalitee" : "1.21",
33            "Test::Pod" : "1.41",
34            "Test::Pod::Coverage" : "1.08"
35         }
36      },
37      "runtime" : {
38         "requires" : {
39            "Carp" : "0",
40            "POSIX" : "0",
41            "UNIVERSAL" : "0",
42            "perl" : "5.006"
43         }
44      },
45      "test" : {
46         "requires" : {
47            "File::Spec" : "0",
48            "IO::Handle" : "0",
49            "IPC::Open3" : "0",
50            "Pod::Coverage::TrustPod" : "0",
51            "Test::Kwalitee" : "1.21",
52            "Test::More" : "0.88",
53            "Test::Pod" : "1.41",
54            "Test::Pod::Coverage" : "1.08"
55         }
56      }
57   },
58   "provides" : {
59      "Games::Bingo" : {
60         "file" : "lib/Games/Bingo.pm",
61         "version" : "0.18"
62      },
63      "Games::Bingo::Card" : {
64         "file" : "lib/Games/Bingo/Card.pm",
65         "version" : "0.18"
66      },
67      "Games::Bingo::Column" : {
68         "file" : "lib/Games/Bingo/Column.pm",
69         "version" : "0.18"
70      },
71      "Games::Bingo::ColumnCollection" : {
72         "file" : "lib/Games/Bingo/ColumnCollection.pm",
73         "version" : "0.18"
74      },
75      "Games::Bingo::Constants" : {
76         "file" : "lib/Games/Bingo/Constants.pm",
77         "version" : "0.18"
78      }
79   },
80   "release_status" : "stable",
81   "resources" : {
82      "bugtracker" : {
83         "web" : "https://github.com/jonasbn/Games-Bingo/issues"
84      },
85      "homepage" : "http://search.cpan.org/dist/Games-Bingo/",
86      "repository" : {
87         "type" : "git",
88         "url" : "git://github.com/jonasbn/Games-Bingo.git",
89         "web" : "https://github.com/jonasbn/Games-Bingo"
90      }
91   },
92   "version" : "0.18"
93}
94
95