UNPKG

pouchdb-auth

Version:

A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.

37 lines (36 loc) 967 B
{ "name": "pouchdb-auth", "description": "A PouchDB plug-in that simulates CouchDB's authentication daemon. Includes a users db that functions like CouchDB's.", "repository": { "type": "git", "url": "https://github.com/pouchdb/pouchdb-server.git" }, "keywords": [ "pouch", "pouchdb", "couch", "couchdb", "users", "authentication", "auth" ], "license": "Apache-2.0", "author": "Marten de Vries", "main": "lib/index.js", "version": "4.2.0", "dependencies": { "base64url": "^3.0.0", "couchdb-calculate-session-id": "^1.1.0", "crypto-lite": "^0.2.0", "pouchdb-bulkdocs-wrapper": "4.2.0", "pouchdb-plugin-error": "4.2.0", "pouchdb-promise": "^6.4.1", "pouchdb-req-http-query": "4.2.0", "pouchdb-system-db": "4.2.0", "pouchdb-validation": "4.2.0", "pouchdb-wrappers": "4.2.0", "promise-nodify": "^1.0.2", "secure-random": "^1.1.1" }, "optionalDependencies": {} }