UNPKG

enforce-envvars

Version:
29 lines (28 loc) 636 B
{ "name": "enforce-envvars", "version": "1.1.0", "description": "Enforces existence of necessary envvars", "main": "index.js", "scripts": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/no-boilerplate/node-enforce-envvars.git" }, "keywords": [ "process", "envvar", "envvars", "check" ], "author": "Ivan Erceg", "license": "MIT", "bugs": { "url": "https://github.com/no-boilerplate/node-enforce-envvars/issues" }, "homepage": "https://github.com/no-boilerplate/node-enforce-envvars#readme", "dependencies": { "lodash": "^4.13.1" } }