{ "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": { "eltro": "^1.0.2" }, "main": "./lib/nconf.mjs", "scripts": { "test": "eltro test/**/*.test.mjs -r dot", "lint": "eslint ." }, "files": [ "lib" ], "engines": { "node": ">= 0.4.0" }, "license": "MIT" }