{
  "name": "stream-to",
  "description": "Concatenate a readable stream's data into either a single buffer, string, or array.",
  "version": "0.2.2",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/stream-utils/stream-to.git"
  },
  "bugs": {
    "mail": "me@jongleberry.com",
    "url": "https://github.com/stream-utils/stream-to/issues"
  },
  "devDependencies": {
    "mocha": "~1.12"
  },
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">= 0.10.0"
  }
}
