forked from MoksS-zz/socks-v5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "socks-proxy-v5",
"version": "0.7.71",
"description": "Implementation of socks 5 version on node js",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "nodemon examples/createServer.js",
"perfomance": "nodemon test_perfomance.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoksS/socks-v5.git"
},
"keywords": [
"socks5",
"socks",
"proxy",
"socks-v5",
"socksv5",
"socks-proxy",
"socks-client",
"socks5-client",
"socks-v5-client",
"socksv5-server",
"socks-server",
"socksServer",
"proxy-server"
],
"author": "MoksS <skarobogyodko@gmail.com> (https://github.com/MoksS)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MoksS/socks-v5/issues"
},
"homepage": "https://github.com/MoksS/socks-v5#readme",
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-prettier": "3.1.2",
"nodemon": "2.0.2",
"prettier": "1.19.1"
}
}