33 lines
763 B
JSON
33 lines
763 B
JSON
{
|
|
"name": "ternary-stream",
|
|
"description": "Fork stream based on passed condition, and collect down-stream",
|
|
"version": "2.1.1",
|
|
"homepage": "https://github.com/robrich/ternary-stream",
|
|
"repository": "git://github.com/robrich/ternary-stream.git",
|
|
"author": "Rob Richardson (http://robrich.org/)",
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"conditional",
|
|
"if",
|
|
"ternary",
|
|
"stream"
|
|
],
|
|
"dependencies": {
|
|
"duplexify": "^3.5.0",
|
|
"fork-stream": "^0.0.4",
|
|
"merge-stream": "^1.0.0",
|
|
"through2": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "^2.9.4",
|
|
"mocha": "^3.1.2",
|
|
"should": "^11.1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha && jshint ."
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|