{
  "abstract" : "A tiny Mojolicious wrapper for SQLite",
  "author" : [
     "Dan Book <[email protected]>"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010",
  "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.64",
           "DBI" : "1.627",
           "File::Spec::Functions" : "0",
           "File::Temp" : "0",
           "Mojolicious" : "8.03",
           "SQL::Abstract" : "1.81",
           "Scalar::Util" : "0",
           "URI" : "1.69",
           "URI::db" : "0.15",
           "URI::file" : "4.21",
           "perl" : "5.010001"
        }
     },
     "test" : {
        "recommends" : {
           "CPAN::Meta" : "2.120900"
        },
        "requires" : {
           "File::Spec" : "0",
           "Module::Metadata" : "0",
           "Test::More" : "0.96"
        }
     }
  },
  "provides" : {
     "Mojo::SQLite" : {
        "file" : "lib/Mojo/SQLite.pm",
        "version" : "3.004"
     },
     "Mojo::SQLite::Database" : {
        "file" : "lib/Mojo/SQLite/Database.pm",
        "version" : "3.004"
     },
     "Mojo::SQLite::Migrations" : {
        "file" : "lib/Mojo/SQLite/Migrations.pm",
        "version" : "3.004"
     },
     "Mojo::SQLite::PubSub" : {
        "file" : "lib/Mojo/SQLite/PubSub.pm",
        "version" : "3.004",
        "x_deprecated" : 1
     },
     "Mojo::SQLite::Results" : {
        "file" : "lib/Mojo/SQLite/Results.pm",
        "version" : "3.004"
     },
     "Mojo::SQLite::Transaction" : {
        "file" : "lib/Mojo/SQLite/Transaction.pm",
        "version" : "3.004"
     }
  },
  "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"
     },
     "x_IRC" : "irc://irc.freenode.net/#mojo"
  },
  "version" : "3.004",
  "x_contributors" : [
     "Dan Book <[email protected]>",
     "Dan Book <[email protected]>"
  ],
  "x_generated_by_perl" : "v5.30.2",
  "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
  "x_spdx_expression" : "Artistic-2.0"
}