{ "name": "JSONStream"
, "version": "0.1.2"
, "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)"
, "homepage": "http://github.com/dominictarr/JSONStream"
, "repository": 
  { "type": "git"
  , "url": "https://github.com/dominictarr/JSONStream.git" }
, "dependencies": {
    "jsonparse": "0.0.1"
  }
, "devDependencies": {}
, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)"
, "scripts": { "test": "meta-test test/*.js" } }