UNPKG

bedrock-web-local-vc-store

Version:

A JavaScript library for locally storing Verifiable Credentials for Bedrock web apps.

45 lines (44 loc) 1.13 kB
{ "name": "bedrock-web-local-vc-store", "version": "3.0.1", "description": "A JavaScript library for locally storing Verifiable Credentials for Bedrock web apps.", "main": "lib/index.js", "scripts": { "lint": "eslint ." }, "homepage": "https://github.com/digitalbazaar/bedrock-web-local-vc-store", "author": { "name": "Digital Bazaar, Inc.", "email": "support@digitalbazaar.com", "url": "https://digitalbazaar.com/" }, "repository": { "type": "git", "url": "https://github.com/digitalbazaar/bedrock-web-local-vc-store" }, "bugs": { "url": "https://github.com/digitalbazaar/bedrock-web-local-vc-store/issues", "email": "support@digitalbazaar.com" }, "files": [ "lib/" ], "dependencies": { "p-map": "^4.0.0", "pouchdb": "^7.2.2", "pouchdb-find": "^7.2.2" }, "keywords": [ "Verifiable", "Credential", "Query", "Linked Data" ], "devDependencies": { "eslint": "^7.21.0", "eslint-config-digitalbazaar": "^2.6.1", "eslint-plugin-jsdoc": "^32.2.0", "pouchdb-adapter-memory": "^7.2.2", "pouchdb-debug": "^7.2.1" } }