filter-env
Version:
Filter environment variables by pattern
40 lines (39 loc) • 887 B
JSON
{
"name": "filter-env",
"version": "1.1.2",
"description": "Filter environment variables by pattern",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "NODE_ENV=test istanbul test _mocha -- --check-leaks"
},
"repository": {
"type": "git",
"url": "git://github.com/davidwood/filter-env.git"
},
"keywords": [
"config",
"env",
"environment",
"json"
],
"author": "David Wood <bitprobe@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidwood/filter-env/issues"
},
"homepage": "https://github.com/davidwood/filter-env#readme",
"devDependencies": {
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.1",
"eslint-plugin-react": "^4.0.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"lodash": "^4.5.0"
}
}