UNPKG

openenv

Version:

Use some simple conventions to read process.env into a deeply nested javascript object recognizing arrays and numbers.

38 lines (37 loc) 797 B
{ "name": "openenv", "version": "0.0.1", "main": "index.js", "license": "ISC", "description": "Use some simple conventions to read process.env into a deeply nested javascript object recognizing arrays and numbers.", "dependencies": { "lodash": "^4.17.15" }, "devDependencies": { "tape": "^4.11.0" }, "homepage": "https://github.com/daywiss/openenv", "bugs": { "url": "https://github.com/daywiss/openenv/issues" }, "publishConfig": { "access": "public" }, "repository": { "url": "https://github.com/daywiss/openenv" }, "author": "daywiss@gmail.com", "keywords": [ "process.env", "env", "json.parse", "config", "configuration", "environment", "variables", "options", "json", "parsing", "pojo" ] }