{
   "abstract" : "A tiny Mojolicious wrapper for SQLite",
   "author" : [
      "Dan Book <dbook@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.150005",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Mojo-SQLite",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.034"
         }
      },
      "develop" : {
         "requires" : {
            "Dist::Zilla::PluginBundle::Author::DBOOK" : "0.017",
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "DBD::SQLite" : "1.48",
            "DBI" : "1.633",
            "File::Temp" : "0",
            "Mojolicious" : "6.14",
            "Scalar::Util" : "0",
            "URI" : "1.69",
            "URI::QueryParam" : "1.69",
            "URI::file" : "4.21",
            "perl" : "5.010001"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0.88"
         }
      }
   },
   "provides" : {
      "Mojo::SQLite" : {
         "file" : "lib/Mojo/SQLite.pm",
         "version" : "0.013"
      },
      "Mojo::SQLite::Database" : {
         "file" : "lib/Mojo/SQLite/Database.pm",
         "version" : "0.013"
      },
      "Mojo::SQLite::Migrations" : {
         "file" : "lib/Mojo/SQLite/Migrations.pm",
         "version" : "0.013"
      },
      "Mojo::SQLite::Results" : {
         "file" : "lib/Mojo/SQLite/Results.pm",
         "version" : "0.013"
      },
      "Mojo::SQLite::Transaction" : {
         "file" : "lib/Mojo/SQLite/Transaction.pm",
         "version" : "0.013"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/Grinnz/Mojo-SQLite/issues"
      },
      "homepage" : "https://github.com/Grinnz/Mojo-SQLite",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/Grinnz/Mojo-SQLite.git",
         "web" : "https://github.com/Grinnz/Mojo-SQLite"
      }
   },
   "version" : "0.013",
   "x_contributors" : [
      "Dan Book <grinnz@gmail.com>",
      "Dan Book <grinnz@grinnz.com>"
   ]
}