{
  "name": "multipipe",
  "version": "0.3.1",
  "description": "pipe streams with centralized error handling",
  "license": "MIT",
  "repository": "juliangruber/multipipe",
  "dependencies": {
    "duplexer2": "^0.1.2"
  },
  "devDependencies": {
    "mocha": "^2.5.2",
    "through2": "^2.0.0"
  },
  "scripts": {
    "test": "make test"
  }
}
