-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
48 lines (48 loc) · 1.35 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": "shadowsocks-hub",
"version": "0.2.0",
"description": "A web app for managing shadowsocks servers, nodes, users, accounts, and traffic. It is suitable for internal use, e.g. companies, orgnazations, and among friends etc.",
"main": "api.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Eggham Carnegie",
"email": "eggham.carnegie@gmail.com"
},
"license": "ISC",
"dependencies": {
"angular-chart.js": "^1.1.1",
"angular-jwt": "^0.1.9",
"babel-polyfill": "^6.26.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"currency-formatter": "^1.4.2",
"debug": "^3.1.0",
"dotenv": "^6.0.0",
"ejs": "^2.5.9",
"express": "^4.16.3",
"express-rate-limit": "^2.11.0",
"express-validator": "^5.0.3",
"group-array": "^0.3.3",
"https": "^1.0.0",
"jsonwebtoken": "^8.2.0",
"jwt-decode": "^2.2.0",
"knex": "^0.14.4",
"mysql": "^2.15.0",
"node-schedule": "^1.3.0",
"node-uuid": "^1.4.8",
"nodemailer": "^4.6.3",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"paypal-rest-sdk": "^1.8.1",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"validator": "^9.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/shadowsocks/shadowsocks-hub.git"
}
}