share configuration file between nodejs modules
npm install i-configA simple utility which aims to keep the same configuration file throught different modules.
see also: http://eng.datafox.co/nodejs/2014/09/28/nodejs-config-best-practices/
``sh`
$ npm install --save i-config
`sh``
var conf = require ("i-config");
console.log(conf.redis.host);