node-env-file
Version:
Parse and load environment files (containing ENV variable exports) into Node.js environment, i.e. `process.env`.
59 lines (58 loc) • 1.22 kB
JSON
{
"name": "node-env-file",
"description": "Parse and load environment files (containing ENV variable exports) into Node.js environment, i.e. `process.env`.",
"keywords": [
"process",
"env",
"file",
"files",
".env",
"ENV",
"process.env",
"parse",
"load",
"export",
"exports"
],
"version": "0.1.8",
"homepage": "https://github.com/grimen/node-env-file",
"repository": {
"type": "git",
"url": "https://github.com/grimen/node-env-file.git"
},
"bugs": {
"url": "https://github.com/grimen/node-env-file/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/grimen/node-env-file/blob/MIT-LICENSE"
}
],
"author": "Jonas Grimfelt <grimen@gmail.com>",
"maintainers": [
{
"name": "Jonas Grimfelt",
"email": "grimen@gmail.com",
"web": "https://github.com/grimen"
}
],
"contributors": [],
"scripts": {
"test": "make test",
"test-ci": "make test-ci"
},
"bin": {},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
},
"devDependencies": {
"mocha": "latest",
"chai": "latest",
"cover": "latest",
"glob": "~3.2.0",
"temp": "~0.8.0"
}
}