initial commit
This commit is contained in:
29
node_modules/fork-stream/package.json
generated
vendored
Normal file
29
node_modules/fork-stream/package.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user