Reads and parses a JSON file.
$ npm install read-json
readJSON('./package.json', function(error, manifest){ manifest.name // => 'read-json' })