-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 760 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
{
"name": "hyproxy",
"version": "0.2.0",
"description": "Proxy TCP connections over hypercore-protocol",
"bin": {
"hyproxy": "bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frando/hyproxy"
},
"keywords": [
"hypercore-protocol",
"proxy"
],
"author": "Franz Heinzmann <frando@unbiskant.org>",
"bugs": {
"url": "https://github.com/Frando/hyproxy/issues"
},
"homepage": "https://github.com/Frando/hyproxy#readme",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@corestore/networker": "^1.0.4",
"corestore": "^5.8.1",
"debug": "^4.3.1",
"get-port": "^5.1.1",
"minimist": "^1.2.5",
"pretty-hash": "^1.0.1",
"random-access-memory": "^3.1.1"
}
}