{
  "name": "fwd-stream",
  "description": "Forward a readable stream to another readable stream or a writable stream to another writable stream",
  "version": "1.0.4",
  "repository": "mafintosh/fwd-stream",
  "dependencies": {
    "readable-stream": "~1.0.26-4"
  },
  "devDependencies": {
    "tape": "~2.12.3"
  },
  "scripts": {
    "test": "tape test.js"
  }
}
