-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.33 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
{
"name": "croxy",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "~0.9.0",
"async-task-mgr": ">=1.1.0",
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"brotli": "^1.3.2",
"classnames": "^2.2.5",
"client-sessions": "^0.8.0",
"clipboard-js": "^0.3.3",
"co": "^4.6.0",
"colorful": "^2.1.0",
"commander": "~2.11.0",
"component-emitter": "^1.2.1",
"compression": "^1.4.4",
"csr-gen": "^0.2.1",
"es6-promise": "^3.3.1",
"express": "^4.17.1",
"express-jsonschema": "^1.1.6",
"fast-json-stringify": "^0.17.0",
"http-proxy": "^1.18.0",
"iconv-lite": "^0.4.6",
"inquirer": "^5.2.0",
"ip": "^0.3.2",
"juicer": "^0.6.6-stable",
"mime-types": "2.1.11",
"moment": "^2.24.0",
"nedb": "^1.8.0",
"node-cache": "^5.1.0",
"node-easy-cert": "^1.0.0",
"pg": "^7.18.2",
"pug": "^2.0.0-beta6",
"qrcode-npm": "0.0.3",
"redis": "^3.0.2",
"request": "^2.74.0",
"sequelize": "^5.21.5",
"stream-throttle": "^0.1.3",
"svg-inline-react": "^1.0.2",
"thunkify": "^2.1.2",
"uuid": "^7.0.2",
"whatwg-fetch": "^1.0.0",
"ws": "^5.1.0"
}
}