-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
55
56
57
58
59
60
61
62
63
64
65
{
"_from": "git+https://github.com/cintolas/node-relay-tunnel.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/node-relay-tunnel",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "node-relay-tunnel@git+https://github.com/cintolas/node-relay-tunnel.git",
"name": "node-relay-tunnel",
"escapedName": "node-relay-tunnel",
"rawSpec": "git+https://github.com/cintolas/node-relay-tunnel.git",
"saveSpec": "git+https://github.com/cintolas/node-relay-tunnel.git",
"fetchSpec": "https://github.com/cintolas/node-relay-tunnel.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/cintolas/node-relay-tunnel.git#9000f96c360e118a380b58412c61eeabcb63b3b6",
"_spec": "node-relay-tunnel@git+https://github.com/cintolas/node-relay-tunnel.git",
"_where": "/home/peter/nextgen/gateway/src",
"author": {
"name": "Peter Panayotopoulos"
},
"bugs": {
"url": "https://github.com/cintolas/node-relay-tunnel/issues"
},
"bundleDependencies": false,
"dependencies": {
"compression": "",
"eventsource": "",
"express": "",
"httpolyglot": "",
"request": "",
"socket.io": "3.1.2",
"socket.io-client": "3.1.2",
"ws": ""
},
"deprecated": false,
"description": "A live secure tunnel redirect public requests to your own local server befind a NAT or firewall",
"devDependencies": {},
"homepage": "https://github.com/cintolas/node-relay-tunnel#readme",
"keywords": [
"ngrok",
"localhost",
"tunnel",
"redirect",
"proxy",
"weixin wechat",
"mobile testing"
],
"license": "MIT",
"main": "index.js",
"name": "node-relay-tunnel",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/cintolas/node-relay-tunnel.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.3.1"
}