confme
Version:
Opinionated config library that allows you to have complex config and behaves according to Twelve Factor App rules
53 lines (52 loc) • 1.06 kB
JSON
{
"name": "confme",
"version": "1.2.0",
"description": "Opinionated config library that allows you to have complex config and behaves according to Twelve Factor App rules",
"main": "src/confme.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koorchik/node-confme.git"
},
"keywords": [
"confme",
"config",
"settings",
"variables",
".env",
"env",
"environment",
"json",
"livr",
"config validation",
"twelve factor app",
"12 factor app",
"docker",
"lambda"
],
"author": "koorchik",
"license": "MIT",
"bugs": {
"url": "https://github.com/koorchik/node-confme/issues"
},
"homepage": "https://github.com/koorchik/node-confme#readme",
"ava": {
"files": [
"tests/*.js"
]
},
"dependencies": {
"dotenv-defaults": "^5.0.1",
"json5": "^2.2.0",
"livr": "^2.7.1",
"livr-extra-rules": "^1.3.1"
},
"devDependencies": {
"ava": "^5.3.1"
}
}