UNPKG

akv_handler

Version:

Small utility to retrieve secrets from Azure Key Vault

26 lines (25 loc) 555 B
{ "name": "akv_handler", "version": "1.1.5", "description": "Small utility to retrieve secrets from Azure Key Vault", "main": "getKeys.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Azure", "Key", "Vault", "Secrets" ], "repository": { "type": "git", "url": "https://github.com/ochoacabriles/akvHandler" }, "author": "Rafael Ochoa <ochoacabriles@gmail.com>", "license": "ISC", "dependencies": { "request": "^2.88.0", "request-promise": "^4.2.2" } }