-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 757 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 757 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
{
"name": "socks5-client",
"description": "SOCKS v5 client socket implementation.",
"version": "1.2.8",
"main": "index.js",
"homepage": "https://github.com/mattcg/socks5-client",
"implements": ["CommonJS/Modules/1.0"],
"author": {
"name": "Matthew Caruana Galizia",
"email": "mattcg@gmail.com"
},
"contributors": [
{
"name": "Gordon Hall",
"email": "gordon@gordonwritescode.com"
}
],
"keywords": [
"socks5", "socksv5", "socks", "v5", "client", "socket"
],
"bugs": {
"url": "https://github.com/mattcg/socks5-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mattcg/socks5-client.git"
},
"dependencies": {
"ip-address": "~6.1.0"
},
"engines": {
"node": ">= 6.4.0"
},
"license": "MIT"
}