{
  "abstract" : "A tiny Mojolicious wrapper for SQLite",
  "author" : [
     "Dan Book <[email protected]>"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Dist::Zilla version 5.043, 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" : [
        "eg",
        "examples",
        "inc",
        "share",
        "t",
        "xt"
     ]
  },
  "prereqs" : {
     "configure" : {
        "requires" : {
           "Module::Build::Tiny" : "0.034"
        }
     },
     "develop" : {
        "requires" : {
           "Pod::Coverage::TrustPod" : "0",
           "Test::Pod" : "1.41",
           "Test::Pod::Coverage" : "1.08"
        }
     },
     "runtime" : {
        "requires" : {
           "Carp" : "0",
           "DBD::SQLite" : "1.50",
           "DBI" : "1.633",
           "File::Spec::Functions" : "0",
           "File::Temp" : "0",
           "Mojolicious" : "6.14",
           "Scalar::Util" : "0",
           "URI" : "1.69",
           "URI::QueryParam" : "1.69",
           "URI::db" : "0.15",
           "URI::file" : "4.21",
           "perl" : "5.010001"
        }
     },
     "test" : {
        "requires" : {
           "Test::More" : "0.88"
        }
     }
  },
  "provides" : {
     "Mojo::SQLite" : {
        "file" : "lib/Mojo/SQLite.pm",
        "version" : "0.020"
     },
     "Mojo::SQLite::Database" : {
        "file" : "lib/Mojo/SQLite/Database.pm",
        "version" : "0.020"
     },
     "Mojo::SQLite::Migrations" : {
        "file" : "lib/Mojo/SQLite/Migrations.pm",
        "version" : "0.020"
     },
     "Mojo::SQLite::PubSub" : {
        "file" : "lib/Mojo/SQLite/PubSub.pm",
        "version" : "0.020"
     },
     "Mojo::SQLite::Results" : {
        "file" : "lib/Mojo/SQLite/Results.pm",
        "version" : "0.020"
     },
     "Mojo::SQLite::Transaction" : {
        "file" : "lib/Mojo/SQLite/Transaction.pm",
        "version" : "0.020"
     }
  },
  "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.020",
  "x_contributors" : [
     "Dan Book <[email protected]>",
     "Dan Book <[email protected]>"
  ]
}