blob: c40638bce36656ca2524fdb9d9b944ac4793f643 [file]
{
"name": "pouchdb-adapter-http",
"version": "6.1.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": "*",
"debug": "*",
"es6-promise-pool": "*",
"js-extend": "*",
"pouchdb-ajax": "*",
"pouchdb-binary-utils": "*",
"pouchdb-errors": "*",
"pouchdb-md5": "*",
"pouchdb-promise": "*",
"pouchdb-utils": "*"
},
"peerDependencies": {
"pouchdb-core": "*"
}
}