tap-merge
Version:
Merge multiple TAP streams into one
40 lines (39 loc) • 810 B
JSON
{
"name": "tap-merge",
"version": "0.3.1",
"description": "Merge multiple TAP streams into one",
"main": "index.js",
"scripts": {
"test": "lsc test.ls",
"test-readme": "txm readme.markdown"
},
"bin": {
"tap-merge": "./cli.js"
},
"files": [
"index.js",
"cli.js"
],
"repository": "anko/tap-merge",
"bugs": "https://github.com/anko/tap-merge/issues",
"keywords": [
"TAP",
"Test Anything Protocol",
"merge",
"stream"
],
"author": "An <an@cyan.io>",
"license": "ISC",
"dependencies": {
"highland": "^2.5.1"
},
"devDependencies": {
"LiveScript": "^1.3.1",
"concat-stream": "^1.4.8",
"event-stream": "^3.3.0",
"multistream": "^1.5.2",
"tape": "^4.0.0",
"tests-ex-markdown": "^1.2.0",
"through2": "^0.6.5"
}
}