forked from shadowsocks/shadowsocks-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 932 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
{
"name": "shadowsocks-manager",
"version": "0.6.44",
"description": "undefined",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gyteng/shadowsocks-manager.git"
},
"keywords": [
"shadowsocks"
],
"author": "Gyteng",
"license": "GPL",
"bugs": {
"url": "https://github.com/gyteng/shadowsocks-manager/issues"
},
"homepage": "https://github.com/gyteng/shadowsocks-manager",
"dependencies": {
"async": "^2.0.0-rc.4",
"body-parser": "^1.15.0",
"compression": "^1.6.2",
"connect-mongo": "^1.1.0",
"ejs": "^2.4.1",
"express": "*",
"express-session": "^1.13.0",
"later": "^1.2.0",
"log4js": "^0.6.36",
"moment": "^2.11.2",
"moment-timezone": "^0.5.4",
"mongoose": "^4.4.14",
"nodemailer": "^2.4.2",
"q": "^1.4.1"
},
"bin": ""
}