UNPKG

futoin-secvault

Version:

FutoIn Secure Vault reference implementation

76 lines (75 loc) 1.72 kB
{ "name": "futoin-secvault", "version": "1.1.13", "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": "^6.2.2", "eslint": "^10.2.1", "eslint-plugin-jsdoc": "^62.9.0", "futoin-asyncsteps": "^2.5.6", "futoin-database": "^1.9.13", "futoin-eventstream": "^1.3.10", "futoin-executor": "^2.3.8", "futoin-invoker": "^2.4.10", "grunt": "^1.6.2", "grunt-eslint": "^26.0.0", "grunt-jsdoc-to-markdown": "^6.0.0", "grunt-simple-nyc": "^3.0.1", "grunt-text-replace": "^0.4.0", "istanbul": "^0.4.5", "mocha": "^11.7.5" }, "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.3", "futoin-uuid": "^1.1.4", "lodash": "^4.18.1", "lru-cache": "^11.3.5", "pem": "^1.14.8" } }