etc-config
v0.0.10
Published
etc-config is a configuration loader for node.js projects.
Readme
etc-config is a configuration loader for node.js projects.
Installation
$ npm install etc-configUsage
var config = require('etc-config');Module will load JSON configuration from config/config.json file in your project.
