blob: fd20e312e5c7c60b88f911092ef69b7d3eb03ad1 [file] [log] [blame]
{
"name": "pouchdb-checkpointer",
"version": "5.4.0-prerelease",
"description": "PouchDB tool to write a checkpoint, e.g. during replication.",
"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": {
"pouchdb-collate": "1.2.0",
"pouchdb-promise": "5.4.0-prerelease",
"pouchdb-utils": "5.4.0-prerelease"
}
}