forked from shadowsocks/shadowsocks-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.22 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "shadowsocks-manager",
"version": "0.36.33",
"description": "A shadowsocks manager tool for multi user and traffic control.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "gulp",
"prepare": "gulp",
"prepublishOnly": "gulp",
"check": "eslint .",
"fix": "eslint . --fix"
},
"author": "Gu Yuteng <[email protected]>",
"license": "GPL-3.0",
"keywords": [
"ssmgr",
"shadowsocks",
"manager",
"gfw"
],
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"ajv": "^6.12.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"del": "^3.0.0",
"eslint": "^5.16.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"terser-webpack-plugin": "^2.3.7",
"webpack": "^4.43.0",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"alipay-ftof": "0.1.5",
"body-parser": "^1.19.0",
"commander": "^2.20.3",
"compression": "^1.7.4",
"connect-session-knex": "^1.7.3",
"cors": "^2.8.5",
"ejs": "^2.7.4",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^5.3.1",
"fs-extra": "^7.0.1",
"inquirer": "^6.5.2",
"ioredis": "^4.17.3",
"js-yaml": "^3.14.0",
"knex": "0.20.9",
"later": "^1.2.0",
"lodash": "^4.17.19",
"log4js": "^4.5.1",
"moment": "^2.27.0",
"mysql": "^2.18.1",
"nodemailer": "^6.4.10",
"oauth-1.0a": "^2.2.6",
"paypal-rest-sdk": "^1.8.1",
"qr-image": "^3.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"simple-get": "^3.1.0",
"socks": "^2.4.1",
"sqlite3": "^4.2.0",
"uuid": "^3.4.0",
"web-push": "^3.4.4",
"ws": "^6.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shadowsocks/shadowsocks-manager.git"
},
"bugs": {
"url": "https://github.com/shadowsocks/shadowsocks-manager/issues"
},
"homepage": "https://github.com/shadowsocks/shadowsocks-manager#readme",
"bin": {
"ssmgr": "./bin/ssmgr"
}
}