-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (51 loc) · 926 Bytes
/
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
{
"name": "tcp-tunnel",
"version": "0.0.1",
"description": "node.js tcp tunnel",
"keywords": [
"realtime",
"framework",
"ws",
"tcp",
"socket"
],
"main": "./mix-server.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/huge818/tcp-tunnel.git"
},
"scripts": {
},
"dependencies": {
"ws": "*",
},
"devDependencies": {
},
"contributors": [
{
"name": "huzhongchuan",
"email": "[email protected]"
},
],
"bugs": {
"url": "https://github.com/huge818/tcp-tunnel/issues"
},
"homepage": "https://github.com/huge818/tcp-tunnel#readme",
"_id": "[email protected]",
"_npmUser": {
"name": "[email protected]",
"email": "[email protected]"
},
"dist": {
},
"maintainers": [
{
"name": "huzc818",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
},
"directories": {},"
}