{ "name": "nconf", "description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.", "version": "0.9.1", "author": "Charlie Robbins ", "contributors": [ "Matt Hamann ", "Maciej MaƂecki ", "Jarrett Cruger ", "Adrien Becchis" ], "repository": { "type": "git", "url": "http://github.com/flatiron/nconf.git" }, "keywords": [ "configuration", "key value store", "plugabble" ], "dependencies": { "ini": "^1.3.0", "jest": "^21.2.1", "secure-keys": "^1.0.0", "yargs": "^10.0.3" }, "devDependencies": { "async": "^2.6.1", "coveralls": "^3.0.2", "eslint": "^5.5.0", "istanbul": "^0.4.1", "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" }