UNPKG

@trust/pouch-crypto

Version:
44 lines (43 loc) 945 B
{ "name": "@trust/pouch-crypto", "version": "0.0.2", "description": "PouchDB Storage for JSON Web Documents", "main": "src/index.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "git+https://github.com/anvilresearch/pouch-crypto.git" }, "keywords": [ "CouchDB", "PouchDB", "Cryptography", "JOSE", "JWT", "JWD", "Offline", "Realtime", "Replication", "Signature", "Encryption" ], "author": "MIT Connection Science", "license": "MIT", "bugs": { "url": "https://github.com/anvilresearch/pouch-crypto/issues" }, "homepage": "https://github.com/anvilresearch/pouch-crypto#readme", "dependencies": { "@trust/jose": "^0.3.1", "pouchdb": "^6.2.0", "pouchdb-find": "^6.2.0" }, "devDependencies": { "@trust/webcrypto": "^0.2.1", "chai": "^4.0.2", "chai-as-promised": "^7.1.1", "mocha": "^3.4.2" } }