blueconfig
Version:
Merge and validate your config depending of your schema, forked from node-convict.
38 lines (37 loc) • 867 B
JSON
{
"name": "blueconfig",
"description": "Merge and validate your config depending of your schema, forked from node-convict.",
"keywords": [
"node-convict",
"configuration",
"config",
"schema",
"nested",
"validation",
"customize",
"yaml",
"json",
"validate"
],
"version": "6.2.2",
"license": "Apache-2.0",
"homepage": "https://github.com/A-312/node-blueconfig",
"repository": {
"type": "git",
"url": "https://github.com/A-312/node-blueconfig/tree/master/packages/blueconfig"
},
"bugs": "https://github.com/A-312/node-blueconfig/issues",
"engines": {
"node": ">=8"
},
"files": [
"lib"
],
"main": "lib/index.js",
"dependencies": {
"lodash.clonedeep": "4.5.0",
"objectpath": "2.0.0",
"yargs-parser": "13.0.0"
},
"gitHead": "93487a573effdec2b4a939e0eee080edb3590db6"
}