jsync
v0.1.1
Published
Module for sync local object variable with *.js or *.coffee file
Downloads
3
Readme
jSync - Module for sync local object variable with json file
Installation
$ npm install jsync
Usage
var jsync = require('jsync');
var obj = jsync('data.json');
// now object will keep in sync with json-file