UNPKG

bedrock-zcap-storage-http

Version:
52 lines (51 loc) 1.27 kB
{ "name": "bedrock-zcap-storage-http", "version": "1.3.0", "description": "Bedrock Authorization Capability Storage HTTP API", "main": "./lib", "scripts": { "lint": "eslint ." }, "repository": { "type": "git", "url": "https://github.com/digitalbazaar/bedrock-zcap-storage-http" }, "keywords": [ "bedrock", "zcap", "ocap", "ocap-ld", "authorization", "capability", "authorization capability" ], "author": { "name": "Digital Bazaar, Inc.", "email": "support@digitalbazaar.com", "url": "https://digitalbazaar.com" }, "bugs": { "url": "https://github.com/digitalbazaar/bedrock-zcap-storage-http/issues" }, "homepage": "https://github.com/digitalbazaar/bedrock-zcap-storage-http", "dependencies": { "assert-plus": "^1.0.0" }, "peerDependencies": { "bedrock": "^3.1.1", "bedrock-account": "3.x - 5.x", "bedrock-express": "^3.2.0", "bedrock-passport": "5.x - 6.x", "bedrock-permission": "2.x - 3.x", "bedrock-mongodb": "6.x - 7.x", "bedrock-validation": "^4.4.0", "bedrock-zcap-storage": "2.x - 3.x" }, "devDependencies": { "eslint": "^7.4.0", "eslint-config-digitalbazaar": "^2.5.0" }, "directories": { "lib": "./lib" } }