0.0.2 • Published 10 years ago
json-glob v0.0.2
json-glob 
deep merge of globbed json-files
Install
$ npm install --save json-glob
Usage
var jsonGlob = require('json-glob');
jsonGlob('./fixtures/**/*.json').then(function (final) {
// do whatever you want with your merged json
});
API
jsonGlob(patterns)
patterns
Required
Type: string
globbing patterns
License
MIT © hereandnow