envload
Version:
turn env vars into an object
36 lines (35 loc) • 807 B
JSON
{
"name": "envload",
"description": "turn env vars into an object",
"version": "0.1.1",
"homepage": "https://github.com/firstandthird/envload",
"author": "First+Third",
"repository": {
"type": "git",
"url": "https://github.com/firstandthird/envload.git"
},
"eslintConfig": {
"extends": "firstandthird"
},
"dependencies": {
"lodash.camelcase": "^4.3.0",
"lodash.merge": "^4.6.0",
"lodash.set": "^4.3.2"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-firstandthird": "^3.2.0",
"eslint-plugin-import": "2.2.0",
"tap": "^10.3.2",
"tap-spec": "^4.1.1"
},
"keywords": [
"config",
"settings",
"env"
],
"scripts": {
"test": "tap test | tap-spec",
"lint": "eslint ."
}
}