blob: b0afd7eaf24c16ae39acdc7b2337f2ba4d7d481a [file]
{
"name": "pouchdb-adapter-utils",
"version": "5.5.0-prerelease",
"description": "Utilities for 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": {
"pouchdb-binary-utils": "5.5.0-prerelease",
"pouchdb-collections": "5.5.0-prerelease",
"pouchdb-errors": "5.5.0-prerelease",
"pouchdb-merge": "5.5.0-prerelease",
"pouchdb-md5": "5.5.0-prerelease",
"pouchdb-utils": "5.5.0-prerelease"
}
}