flyd-scanmerge
Version:
Flyd module for conveniently merging and scanning several streams into one.
33 lines (32 loc) • 691 B
JSON
{
"name": "flyd-scanmerge",
"version": "0.0.3",
"description": "Flyd module for conveniently merging and scanning several streams into one.",
"main": "scanmerge.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/paldepind/flyd-scanmerge.git"
},
"keywords": [
"flyd",
"scan",
"merge",
"scanmerge",
"combine"
],
"author": "Simon Friis Vindum",
"license": "MIT",
"bugs": {
"url": "https://github.com/paldepind/flyd-scanmerge/issues"
},
"homepage": "https://github.com/paldepind/flyd-scanmerge",
"dependencies": {
"flyd": "0.1.x"
}
}