UNPKG

bedrock-web-vc-store

Version:

A Javascript library for storing Verifiable Credentials for Bedrock web apps.

41 lines (40 loc) 967 B
{ "name": "bedrock-web-vc-store", "version": "6.0.2", "description": "A Javascript library for storing Verifiable Credentials for Bedrock web apps.", "main": "lib/index.js", "scripts": { "lint": "eslint ." }, "homepage": "https://github.com/digitalbazaar/bedrock-web-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-vc-store" }, "bugs": { "url": "https://github.com/digitalbazaar/bedrock-web-vc-store/issues", "email": "support@digitalbazaar.com" }, "files": [ "lib/" ], "dependencies": { "canonicalize": "^1.0.8", "p-all": "^3.0.0" }, "keywords": [ "Verifiable", "Credential", "Query", "Linked Data" ], "devDependencies": { "eslint": "^7.22.0", "eslint-config-digitalbazaar": "^2.6.1" } }