blob: ff5bf2c115a1da97a9978b76b154f10f1504e958 [file]
{
"name": "pouchdb-adapter-http",
"version": "5.5.0-prerelease",
"description": "PouchDB adapter using HTTP (e.g. a remote CouchDB) as its data store.",
"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": {
"argsarray": "0.0.1",
"debug": "2.2.0",
"es6-promise-pool": "2.4.2",
"js-extend": "1.0.1",
"pouchdb-ajax": "5.5.0-prerelease",
"pouchdb-binary-utils": "5.5.0-prerelease",
"pouchdb-errors": "5.5.0-prerelease",
"pouchdb-md5": "5.5.0-prerelease",
"pouchdb-promise": "5.5.0-prerelease",
"pouchdb-utils": "5.5.0-prerelease"
},
"peerDependencies": {
"pouchdb-core": "5.5.0-prerelease"
}
}