pull-mux
Version:
Namespace streams
44 lines (43 loc) • 961 B
JSON
{
"name": "pull-mux",
"version": "0.1.3",
"description": "Namespace streams",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish",
"test": "tape test/*.js | tap-spec"
},
"dependencies": {
"pull-many": "^1.0.8",
"pull-pair": "^1.1.0",
"pull-stream": "^3.5.0",
"pull-tee": "https://github.com/pull-stream/pull-tee/tarball/master"
},
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nichoth/pull-mux.git"
},
"author": "nichoth",
"license": "ISC",
"bugs": {
"url": "https://github.com/nichoth/pull-mux/issues"
},
"homepage": "https://github.com/nichoth/pull-mux#readme",
"keywords": [
"pull-stream",
"pull",
"stream",
"mux",
"multiplex",
"namespace",
"combine"
]
}