blob: b68b9cb73ad21da56c3d70b523b7f7f8c69f84d0 [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": "*",
"debug": "*",
"es6-promise-pool": "*",
"js-extend": "*",
"pouchdb-ajax": "*",
"pouchdb-binary-utils": "*",
"pouchdb-errors": "*",
"pouchdb-md5": "*",
"pouchdb-promise": "*",
"pouchdb-utils": "*"
},
"peerDependencies": {
"pouchdb-core": "*"
}
}