blob: 9d53d7ab23f331b744aaf0085bad52e68a727069 [file] [log] [blame]
{
"name": "pouchdb-replication",
"version": "5.4.0-prerelease",
"description": "PouchDB's replication and sync algorithm, as a plugin.",
"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": {
"inherits": "2.0.1",
"js-extend": "1.0.1",
"pouchdb-collate": "1.2.0",
"pouchdb-checkpointer": "5.4.0-prerelease",
"pouchdb-errors": "5.4.0-prerelease",
"pouchdb-generate-replication-id": "5.4.0-prerelease",
"pouchdb-promise": "5.4.0-prerelease",
"pouchdb-utils": "5.4.0-prerelease"
}
}