-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 725 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
{
"name": "socket-traversal",
"version": "0.0.2",
"description": "A tool for UDP/TCP internal network penetration.",
"main": "index.js",
"directories": {
"test": "test"
},
"bin": {
"st-client": "bin/client",
"st-server": "bin/server"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/purpose233/socket-traversal.git"
},
"author": "purpose233",
"license": "ISC",
"bugs": {
"url": "https://github.com/purpose233/socket-traversal/issues"
},
"homepage": "https://github.com/purpose233/socket-traversal#readme",
"dependencies": {
"commander": "^2.20.0",
"lodash": "^4.17.11",
"text-encoding": "^0.7.0",
"uuid": "^3.3.2"
}
}