UNPKG

futoin-secvault

Version:

FutoIn Secure Vault reference implementation

75 lines (74 loc) 1.68 kB
{ "name": "futoin-secvault", "version": "1.1.12", "description": "FutoIn Secure Vault reference implementation", "main": "lib/main.js", "files": [ "lib/", "sql/", "specs/", "*Face.js", "*Service.js", "futoin.json" ], "engines": { "node": ">=8" }, "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/futoin/core-js-ri-secvault.git" }, "keywords": [ "futoin", "vault", "keys", "cryptography", "aes", "rsa", "encryption", "signature" ], "author": { "name": "Andrey Galkin", "email": "andrey@futoin.org" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/futoin/core-js-ri-secvault/issues", "email": "support@futoin.org" }, "devDependencies": { "chai": "^4.3.7", "eslint": "^8.36.0", "futoin-asyncsteps": "^2.5.4", "futoin-database": "^1.9.12", "futoin-eventstream": "^1.3.9", "futoin-executor": "^2.3.7", "futoin-invoker": "^2.4.9", "grunt": "^1.6.1", "grunt-eslint": "^24.0.1", "grunt-jsdoc-to-markdown": "^6.0.0", "grunt-simple-nyc": "^3.0.1", "grunt-text-replace": "^0.4.0", "istanbul": "^0.4.5", "mocha": "^10.2.0" }, "peerDependencies": { "futoin-asyncsteps": "^2.3.1", "futoin-database": "^1.9.1", "futoin-eventstream": "^1.3.0", "futoin-executor": "^1.10.1 || ^2.1.2", "futoin-invoker": "^1.10.2 || ^2.1.0" }, "dependencies": { "@futoin/specs": ">=2019.1104.0", "futoin-hkdf": "^1.5.2", "futoin-uuid": "^1.1.4", "lodash": "^4.17.21", "lru-cache": "^8.0.4", "pem": "^1.14.6" } }