UNPKG

986 BJSONView Raw
1{
2 "name": "multiserver",
3 "description": "write a server which works over many protocols at once, or connect to the same",
4 "version": "3.2.0",
5 "homepage": "https://github.com/dominictarr/multiserver",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/multiserver.git"
9 },
10 "dependencies": {
11 "debug": "^4.1.1",
12 "multicb": "^1.2.2",
13 "multiserver-scopes": "^1.0.0",
14 "pull-cat": "~1.1.5",
15 "pull-stream": "^3.6.1",
16 "pull-ws": "^3.3.0",
17 "secret-handshake": "^1.1.16",
18 "separator-escape": "0.0.0",
19 "socks": "^2.2.3",
20 "stream-to-pull-stream": "^1.7.2"
21 },
22 "devDependencies": {
23 "chloride": "^2.2.8",
24 "pull-file": "^0.5.0",
25 "tape": "^4.8.0"
26 },
27 "scripts": {
28 "test": "set -e; for t in test/*.js; do node $t; done"
29 },
30 "browser": {
31 "ws": false,
32 "pull-ws/server": false,
33 "socks": false
34 },
35 "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
36 "license": "MIT"
37}