31 lines
758 B
JSON
31 lines
758 B
JSON
{
|
|
"name": "protomux",
|
|
"version": "3.4.0",
|
|
"description": "Multiplex multiple message oriented protocols over a stream",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"b4a": "^1.3.1",
|
|
"compact-encoding": "^2.5.1",
|
|
"queue-tick": "^1.0.0",
|
|
"safety-catch": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@hyperswarm/secret-stream": "^6.0.0",
|
|
"brittle": "^3.0.0",
|
|
"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"
|
|
}
|