{ "name": "nconf-lite", "description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.", "version": "1.0.1", "author": "Charlie Robbins ", "contributors": [ "Matt Hamann ", "Maciej MaƂecki ", "Jarrett Cruger ", "Adrien Becchis" ], "repository": { "type": "git", "url": "http://github.com/nfp-projects/nconf-lite.git" }, "keywords": [ "configuration", "key value store", "plugabble" ], "dependencies": { "async": "^2.6.3", "ini": "^1.3.0" }, "devDependencies": { "coveralls": "^3.0.2", "eslint": "^6.0.0", "istanbul": "^0.4.1", "jest": "^24.0.0", "nconf-yaml": "^1.0.2" }, "main": "./lib/nconf", "scripts": { "test": "jest --verbose", "cover": "jest --coverage", "coveralls": "cat coverage/lcov.info | coveralls", "lint": "eslint ." }, "files": [ "lib" ], "engines": { "node": ">= 0.4.0" }, "license": "MIT" }