25 lines
600 B
JSON
25 lines
600 B
JSON
{
|
|
"name": "protomux",
|
|
"version": "0.0.0",
|
|
"description": "Multiplex multiple message oriented protocols over a stream",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"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"
|
|
}
|