config-dot-json
Version:
Library for loading a json file into process.env, supports nested objects
27 lines (26 loc) • 662 B
JSON
{
"name": "config-dot-json",
"version": "1.1.1",
"description": "Library for loading a json file into process.env, supports nested objects",
"main": "index.js",
"scripts": {
"test": "node index.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasonAtallah/config-dot-json.git"
},
"keywords": [
".env",
"dotenv",
"config",
"config.json",
".env.json"
],
"author": "Jason Atallah <jason.atallah@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JasonAtallah/config-dot-json/issues"
},
"homepage": "https://github.com/JasonAtallah/config-dot-json#readme"
}