-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 886 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 886 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": "hypertele",
"version": "1.1.4",
"description": "TCP proxy over Hyperswarm!",
"main": "index.js",
"dependencies": {
"b4a": "1.6.7",
"graceful-goodbye": "1.3.3",
"hyper-cmd-lib-keys": "0.1.1",
"hyper-cmd-lib-net": "0.1.0",
"hyper-cmd-lib-utils": "0.1.0",
"hyperdht": "6.20.1",
"minimist": "1.2.8"
},
"bin": {
"hypertele-server": "./server.js",
"hypertele": "./client.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bitfinexcom/hypertele.git"
},
"author": "Paolo Ardoino (@prdn)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitfinexcom/hypertele/issues"
},
"homepage": "https://github.com/bitfinexcom/hypertele",
"devDependencies": {
"brittle": "3.13.1",
"standard": "17.1.2"
},
"scripts": {
"test": "standard && brittle test/end-to-end-tests.js"
}
}