pouchdb-vhost
Version:
A PouchDB plug-in that allows you to re-use your CouchDB vhost config on the client side.
26 lines (25 loc) • 566 B
JSON
{
"name": "pouchdb-vhost",
"description": "A PouchDB plug-in that allows you to re-use your CouchDB vhost config on the client side.",
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb-server.git"
},
"keywords": [
"pouch",
"pouchdb",
"couch",
"couchdb",
"vhost",
"design"
],
"license": "Apache-2.0",
"author": "Marten de Vries",
"main": "lib/index.js",
"version": "4.2.0",
"dependencies": {
"pouchdb-route": "4.2.0",
"promise-nodify": "^1.0.2"
},
"optionalDependencies": {}
}