forked from ssbc/multiserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 973 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 973 Bytes
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": "@fraction/multiserver",
"description": "write a server which works over many protocols at once, or connect to the same",
"version": "3.6.0",
"homepage": "https://github.com/dominictarr/multiserver",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/multiserver.git"
},
"dependencies": {
"cartesian-product": "^2.1.2",
"debug": "^4.1.1",
"multicb": "^1.2.2",
"pull-stream": "^3.6.1",
"pull-ws": "^3.3.0",
"secret-handshake": "^1.1.16",
"separator-escape": "0.0.1",
"socks": "^2.2.3",
"stream-to-pull-stream": "^1.7.2"
},
"devDependencies": {
"chloride": "^2.2.8",
"pull-pushable": "^2.2.0",
"tape": "^4.8.0"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"browser": {
"ws": false,
"pull-ws/server": false,
"socks": false
},
"author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
"license": "MIT"
}