wishthis/node_modules/fork-stream/package.json
2022-04-08 12:55:35 +02:00

29 lines
632 B
JSON

{
"name": "fork-stream",
"version": "0.0.4",
"description": "Fork a stream in multiple directions according to a function",
"main": "index.js",
"scripts": {
"test": "mocha -R tap"
},
"repository": {
"type": "git",
"url": "git://github.com/deoxxa/fork-stream.git"
},
"keywords": [
"stream",
"fork",
"split",
"function",
"conditional"
],
"author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
"license": "BSD",
"bugs": {
"url": "https://github.com/deoxxa/fork-stream/issues"
},
"devDependencies": {
"mocha": "~1.12.1",
"chai": "~1.7.2"
}
}