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

25 lines
600 B
JSON
Raw Normal View History

2021-11-10 14:15:09 +00:00
{
"name": "protomux",
2021-12-30 20:13:54 +00:00
"version": "1.0.0",
2021-11-10 14:15:09 +00:00
"description": "Multiplex multiple message oriented protocols over a stream",
"main": "index.js",
"dependencies": {},
"devDependencies": {
2021-12-27 15:09:34 +00:00
"brittle": "^2.0.1",
2021-11-10 14:15:09 +00:00
"standard": "^16.0.4"
},
2021-12-27 15:09:34 +00:00
"scripts": {
"test": "standard && brittle test.js"
},
2021-11-10 14:15:09 +00:00
"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"
}