multi-fork
Version:
Fork a stream into multiple streams
29 lines (28 loc) • 605 B
JSON
{
"name": "multi-fork",
"version": "0.0.2",
"description": "Fork a stream into multiple streams",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git://github.com/schabluk/multi-fork.git"
},
"keywords": [
"stream",
"fork",
"split",
"function",
"conditional"
],
"author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
"contributors": [{
"name": "Lukasz Schabek",
"email": "lukasz.schabek@gmail.com"
}],
"license": "BSD",
"bugs": {
"url": "https://github.com/schabluk/multi-fork/issues"
}
}