multienv-loader
Version:
A configurable dotenv loader for multiple environments
34 lines (33 loc) • 718 B
JSON
{
"name": "multienv-loader",
"version": "1.2.0",
"description": "A configurable dotenv loader for multiple environments",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frandiox/multienv-loader.git"
},
"keywords": [
"env",
"dotenv",
"multienv",
"environment",
"variable"
],
"author": "Fran Dios <me@frandiox.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/frandiox/multienv-loader/issues"
},
"homepage": "https://github.com/frandiox/multienv-loader#readme",
"devDependencies": {
"coveralls": "3.x",
"jest": "25.x"
},
"engines": {
"node": ">=6.0.0"
}
}