This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
kernel-protomux/package.json

22 lines
538 B
JSON

{
"name": "protomux",
"version": "0.0.0",
"description": "Multiplex multiple message oriented protocols over a stream",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"brittle": "^1.6.0",
"standard": "^16.0.4"
},
"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"
}