1.0.1 • Published 10 years ago
json-load v1.0.1
json-load
load json safety
Installation
npm install json-load
Usage
var json-load = require('json-load')
var config = json-load('package.json')
if (!config.error){
console.log(config);
console.log(config.name);
}