-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
36 lines (36 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "multiplex",
"version": "6.7.0",
"description": "A binary stream multiplexer. Stream multiple streams of binary data over a single binary stream.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"contributors": [
"Max Ogden <max@maxogden.com> (https://github.com/maxogden)",
"Ayman Mackouly <ayman.mackouly@gmail.com> (https://github.com/1N50MN14/)"
],
"author": "max ogden",
"license": "BSD 2-Clause",
"dependencies": {
"duplexify": "^3.4.2",
"inherits": "^2.0.1",
"readable-stream": "^2.0.2",
"varint": "^4.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"chunky": "0.0.0",
"concat-stream": "^1.4.8",
"tape": "^4.0.0",
"through2": "^0.6.5"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/multiplex.git"
},
"bugs": {
"url": "https://github.com/maxogden/multiplex/issues"
},
"homepage": "https://github.com/maxogden/multiplex"
}