pouchdb-changeslike-wrapper
Version:
Helper function that makes wrapping changes(), sync(), replicate() etc. using pouchdb-wrappers easier.
27 lines (26 loc) • 589 B
JSON
{
"name": "pouchdb-changeslike-wrapper",
"description": "Helper function that makes wrapping changes(), sync(), replicate() etc. using pouchdb-wrappers easier.",
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb-server.git"
},
"keywords": [
"pouch",
"pouchdb",
"couch",
"couchdb",
"wrap",
"wrapper",
"wrappers",
"changes",
"replicate",
"sync"
],
"license": "Apache-2.0",
"author": "Marten de Vries",
"main": "lib/index.js",
"version": "4.2.0",
"dependencies": {},
"optionalDependencies": {}
}