env-parser
Version:
Streaming environment variable parser
39 lines (38 loc) • 847 B
JSON
{
"name": "env-parser",
"version": "1.0.1",
"description": "Streaming environment variable parser",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec test",
"jshint": "node_modules/.bin/jshint ."
},
"repository": {
"type": "git",
"url": "git://github.com/digitalsadhu/env-parser.git"
},
"keywords": [
"env",
"parser",
"streams",
"streaming",
".env",
"ENV",
"process",
"process.env"
],
"author": "Richard Walker <digitalsadhu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/digitalsadhu/env-parser/issues"
},
"homepage": "https://github.com/digitalsadhu/env-parser",
"dependencies": {
"through": "~2.3.4"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2",
"jshint": "~2.5.0"
}
}