{
  "name": "bson-stream",
  "version": "0.0.8",
  "author": {
    "name": "Tim Kuijsten",
    "email": "tim@netsend.nl",
    "url": "https://github.com/timkuijsten"
  },
  "license": "ISC",
  "description": "Read a binary stream that contains BSON objects and emit each as a JavaScript object.",
  "keywords": [
    "bson",
    "stream",
    "parser"
  ],
  "dependencies": {
    "bson": "^0.4.20"
  },
  "devDependencies": {
    "mocha": "1.x",
    "should": "1.x"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/timkuijsten/node-bson-stream.git"
  },
  "bugs": "https://github.com/timkuijsten/node-bson-stream/issues",
  "scripts": {
    "test": "mocha ./test"
  }
}
