| { |
| "name": "pouchdb-replication", |
| "version": "5.5.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": "*", |
| "js-extend": "*", |
| "pouchdb-collate": "*", |
| "pouchdb-checkpointer": "*", |
| "pouchdb-errors": "*", |
| "pouchdb-generate-replication-id": "*", |
| "pouchdb-promise": "*", |
| "pouchdb-utils": "*" |
| }, |
| "peerDependencies": { |
| "pouchdb-core": "*" |
| } |
| } |