-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
61 lines (61 loc) · 1.61 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
{
"name": "node-proxy",
"version": "3.0.0",
"description": "High performance HTTP and reverse proxy server, based on Node.js.",
"main": "server.js",
"scripts": {
"dev": "config=development node server.js",
"start": "config=production node server.js",
"test": "config=test mocha ./test/test.js"
},
"author": "eshengsky@163.com",
"repository": {
"type": "git",
"url": "https://github.com/eshengsky/node-proxy"
},
"license": "MIT",
"dependencies": {
"@flexem/switchery": "0.8.2",
"blueimp-md5": "^2.10.0",
"bootstrap": "^4.1.1",
"bootswatch": "^4.1.1",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"connect-ensure-login": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"echarts": "^4.1.0",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"helmet": "^3.12.1",
"http-proxy": "^1.17.0",
"ioredis": "^3.2.2",
"jquery": "1.9.1 - 3",
"lru-cache": "^4.1.3",
"monaco-editor": "^0.13.1",
"mongoose": "^5.2.2",
"node-schedule": "^1.3.0",
"parseurl": "^1.3.2",
"passport": "^0.4.0",
"passport-gitlab2": "^5.0.0",
"passport-local": "^1.0.0",
"popper.js": "^1.14.3",
"pug": "^2.0.3",
"select2": "^4.0.7",
"serve-favicon": "^2.5.0",
"serverlog-node": "^1.0.2",
"showdown": "^1.8.6",
"sortablejs": "^1.7.0",
"sweetalert": "^2.1.0",
"tippy.js": "^4.3.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"request": "^2.87.0",
"request-promise-native": "^1.0.5"
}
}