{ "name": "abstract-stream-muxer", "version": "0.1.1", "description": "A test suite and interface you can use to implement a stream muxer.", "main": "src/index.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/diasdavid/abstract-stream-muxer.git" }, "keywords": [ "Streams", "Muxer", "Abstract", "Interface" ], "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/diasdavid/abstract-stream-muxer/issues" }, "homepage": "https://github.com/diasdavid/abstract-stream-muxer", "dependencies": { "stream-pair": "^1.0.3" } }