blob: 7697a74aa8067f03bd667a75be89d55fddcc791f [file] [log] [blame]
{
"name": "pouchdb-adapter-websql-core",
"version": "5.5.0-prerelease",
"description": "Underlying adapter code for WebSQL and SQLite-based PouchDB adapters.",
"main": "./lib/index.js",
"keywords": [],
"author": "Dale Harvey <dale@arandomurl.com>",
"license": "Apache-2.0",
"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"files": [
"lib",
"src"
],
"dependencies": {
"js-extend": "*",
"pouchdb-binary-utils": "*",
"pouchdb-collections": "*",
"pouchdb-adapter-utils": "*",
"pouchdb-errors": "*",
"pouchdb-json": "*",
"pouchdb-merge": "*",
"pouchdb-promise": "*",
"pouchdb-utils": "*"
}
}