forked from mattcg/socks5-http-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 805 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
{
"name": "socks5-http-client",
"description": "SOCKS v5 HTTP client.",
"version": "0.1.6",
"main": "index.js",
"homepage": "https://github.com/mattcg/socks5-http-client",
"implements": ["CommonJS/Modules/1.0"],
"contributors": [
{
"name": "Matthew Caruana Galizia",
"email": "[email protected]"
}
],
"keywords": [
"socks5", "socksv5", "socks", "v5", "http", "tor", "client"
],
"bugs": {
"url": "https://github.com/mattcg/socks5-http-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mattcg/socks5-http-client.git"
},
"dependencies": {
"socks5-client": "~0.3.4"
},
"devDependencies": {
"mocha": "1.x",
"node-socks": "0.x"
},
"engines": {
"node": "0.x"
},
"licenses": [
{
"type": "MIT",
"url": "http://mattcg.mit-license.org/"
}
]
}