{ "name": "protomux", "version": "1.0.1", "description": "Multiplex multiple message oriented protocols over a stream", "main": "index.js", "dependencies": { "b4a": "^1.3.1", "compact-encoding": "^2.5.1", "safety-catch": "^1.0.1" }, "devDependencies": { "@hyperswarm/secret-stream": "^5.1.4", "brittle": "^2.0.1", "standard": "^16.0.4" }, "scripts": { "test": "standard && brittle test.js" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/protomux.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/protomux/issues" }, "homepage": "https://github.com/mafintosh/protomux" }