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