1{
2   "abstract" : "DBI extension to execute insert, update, delete, and select easily",
3   "author" : [
4      "Yuki Kimoto <kimoto.yuki@gmail.com>"
5   ],
6   "dynamic_config" : 0,
7   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005",
8   "license" : [
9      "perl_5"
10   ],
11   "meta-spec" : {
12      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13      "version" : "2"
14   },
15   "name" : "DBIx-Custom",
16   "no_index" : {
17      "directory" : [
18         "t",
19         "inc"
20      ]
21   },
22   "prereqs" : {
23      "build" : {
24         "requires" : {
25            "ExtUtils::MakeMaker" : "0"
26         }
27      },
28      "configure" : {
29         "requires" : {
30            "ExtUtils::MakeMaker" : "0"
31         }
32      },
33      "runtime" : {
34         "requires" : {
35            "DBD::SQLite" : "1.25",
36            "DBI" : "1.605",
37            "DBIx::Connector" : "0.56",
38            "Object::Simple" : "3.1",
39            "Test::More" : "0"
40         }
41      }
42   },
43   "release_status" : "stable",
44   "resources" : {
45      "repository" : {
46         "type" : "git",
47         "url" : "https://github.com/yuki-kimoto/DBIx-Custom.git",
48         "web" : "https://github.com/yuki-kimoto/DBIx-Custom"
49      }
50   },
51   "version" : "0.40",
52   "x_serialization_backend" : "JSON::PP version 2.27203"
53}
54