{
  "name": "stream-to-buffer",
  "description": "Concatenate a readable stream's data into a single buffer",
  "version": "0.1.0",
  "dependencies": {
    "stream-to": "~0.2.0"
  },
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jonathanong/stream-to-buffer.git"
  },
  "bugs": {
    "url": "https://github.com/jonathanong/stream-to-buffer/issues",
    "email": "me@jongleberry.com"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.8"
  }
}
