highland-errors-to
Version:
Redirect errors in a highland stream.
33 lines (32 loc) • 676 B
JSON
{
"name": "highland-errors-to",
"version": "2.0.1",
"description": "Redirect errors in a highland stream.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec ./test"
},
"repository": {
"type": "git",
"url": "github.com/ibash/highland-errors-to"
},
"keywords": [
"highland",
"stream",
"error",
"errors"
],
"author": "Islam Sharabash",
"license": "MIT",
"bugs": {
"url": "https://github.com/ibash/highland-errors-to/issues"
},
"homepage": "https://github.com/ibash/highland-errors-to",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0"
},
"dependencies": {
"highland": "^2.4.0"
}
}