{ "name": "tconfig", "version": "0.1.4", "description": "A simple transparent config file loader for Nodejs applications. any config field can be overriden using environmen variables", "main": "index.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "git+https://github.com/harish2704/tconfig.git" }, "keywords": [ "config", "env", "override" ], "author": "Harish.K ", "license": "MIT", "bugs": { "url": "https://github.com/harish2704/tconfig/issues" }, "homepage": "https://github.com/harish2704/tconfig#readme", "dependencies": { } }