UNPKG

dotenv-keyvault

Version:

Works with dotenv to resolve dotenv config and retrieve the value of secrets from Azure Key Vault.

56 lines (55 loc) 1.34 kB
{ "name": "dotenv-keyvault", "version": "0.1.1", "description": "Works with dotenv to resolve dotenv config and retrieve the value of secrets from Azure Key Vault.", "main": "index.js", "scripts": { "test": "mocha test/*.spec.js", "lint": "eslint -c .eslintrc.json --ignore-path .eslintignore ./", "lint-fix": "eslint -c .eslintrc.json --ignore-path .eslintignore ./ --fix" }, "repository": { "type": "git", "url": "git+https://github.com/martinpeck/dotenv-keyvault.git" }, "keywords": [ "azure", "keyvault", "key", "vault", "dotenv", "secrets" ], "author": { "name": "Martin Peck" }, "contributors": [ { "name": "Will Morgan" }, { "name": "Toby Bradshaw" } ], "license": "MIT", "bugs": { "url": "https://github.com/martinpeck/dotenv-keyvault/issues" }, "homepage": "https://github.com/martinpeck/dotenv-keyvault", "devDependencies": { "chai": "^4.1.2", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-security": "^1.4.0", "mocha": "^4.1.0", "mock-http-server": "^0.2.0", "rewire": "^3.0.2", "sinon": "^4.5.0" }, "dependencies": { "dotenv": "^4.0.0", "request": "^2.87.0", "request-promise": "^4.2.2" } }