forked from shadowsocks/shadowsocks-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.08 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
{
"name": "shadowsocks-manager",
"version": "0.32.7",
"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.1.5",
"@babel/core": "^7.1.5",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"ajv": "^6.5.5",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"del": "^3.0.0",
"eslint": "^5.8.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.25.1",
"webpack-stream": "^5.1.1"
},
"dependencies": {
"alipay-ftof": "0.1.5",
"body-parser": "^1.15.2",
"commander": "^2.19.0",
"compression": "^1.7.3",
"connect-session-knex": "^1.4.0",
"cors": "^2.8.5",
"ejs": "^2.6.1",
"express": "^4.16.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.0",
"ioredis": "^4.3.0",
"js-yaml": "^3.12.0",
"knex": "^0.15.2",
"later": "^1.2.0",
"lodash": "^4.17.11",
"log4js": "^4.1.0",
"moment": "^2.22.2",
"mysql": "^2.16.0",
"nodemailer": "^4.6.8",
"paypal-rest-sdk": "^1.8.1",
"qr-image": "^3.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"socks": "^2.2.2",
"sqlite3": "^4.0.3",
"uuid": "^3.3.2",
"web-push": "^3.3.3",
"ws": "^6.1.0"
},
"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"
}
}