-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "nport",
"version": "1.0.6",
"description": "Tunnel HTTP Connections via socket.io streams.",
"keywords": ["tunnel", "socket.io", "http", "streaming", "networking", "proxy"],
"homepage": "https://nport.link",
"bugs": {
"url": "https://github.com/tuanngocptn/nport/issues",
"email": "tuanngocptn@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuanngocptn/nport.git"
},
"license": "MIT",
"author": {
"name": "Nick Pham",
"email": "tuanngocptn@gmail.com"
},
"contributors": [
{
"name": "Eric Barch",
"email": "ebarch@nooplabs.com"
}
],
"dependencies": {
"is-valid-domain": "0.0.5",
"optimist": "^0.6.1",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"socket.io-stream": "^0.9.1",
"tldjs": "^2.3.1",
"uuid": "^3.2.1"
},
"bin": {
"nport": "./bin/client"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"files": [
"bin/",
"client.js",
"server.js",
"lib/",
"examples/",
"nginx.conf.sample"
],
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/tuanngocptn"
}
}