consulea
Version:
Load Consul keys, environment vars, and command line arguments in a predictable, standardized way.
45 lines (44 loc) • 968 B
JSON
{
"name": "consulea",
"version": "1.2.1",
"description": "Load Consul keys, environment vars, and command line arguments in a predictable, standardized way.",
"main": "index.js",
"scripts": {
"test": "tape test/*.test.js | tap-diff"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brayyy/node-consulea.git"
},
"keywords": [
"Consul",
"arguments",
"camel",
"camelcase",
"case",
"cli",
"command",
"env",
"environment",
"hot",
"kv",
"line",
"parameters",
"reload",
"variables"
],
"author": "Bray Almini <bray@coreforge.com> (http://www.coreforge.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Brayyy/node-consulea/issues"
},
"homepage": "https://github.com/Brayyy/node-consulea/",
"dependencies": {
"camelcase": "~3.0.0",
"consul": "^0.40.0"
},
"devDependencies": {
"tap-diff": "~0.1.1",
"tape": "^5.3.2"
}
}