UNPKG

@futoin/security

Version:

FutoIn Security Concept reference implementation

76 lines (75 loc) 1.76 kB
{ "name": "@futoin/security", "version": "0.3.16", "description": "FutoIn Security Concept reference implementation", "main": "lib/main.js", "files": [ "dist", "lib", "specs", "*App.js", "*Face.js", "*Service.js", "*Provider.js", "futoin.json" ], "engines": { "node": ">=8" }, "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/futoin/core-js-ri-security.git" }, "keywords": [ "futoin", "security", "auth", "authentication", "authorization" ], "author": { "name": "Andrey Galkin", "email": "andrey@futoin.org" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/futoin/core-js-ri-security/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", "futoin-secvault": "^1.1.12", "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", "tiny-json-http": "^7.5.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", "futoin-secvault": "^1.1.2" }, "dependencies": { "@futoin/specs": ">=2019.1104.0", "futoin-hkdf": "^1.5.2", "futoin-uuid": "^1.1.4", "lru-cache": "^8.0.4", "moment": "^2.29.4" } }