JSON format plugin for indexzero/nconf, add JSON.minify support so you can add comments in json files.
npm install nconf nconf-json --save
var nconf = require('nconf')
nconf.file({
file: '/path/to/some/file.json',
format: require('nconf-json')
})