-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 701 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 701 Bytes
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
{
"name": "unicorn-load-balancer",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env DEBUG=* node index.js"
},
"author": "Maxime Baconnais",
"license": "MIT",
"dependencies": {
"color": "^3.1.2",
"cors": "^2.8.5",
"cross-env": "^6.0.3",
"debug": "^4.1.1",
"detect-browser": "^4.7.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"getenv": "^1.0.0",
"http-proxy": "^1.18.0",
"md5": "^2.2.1",
"mkdirp": "^1.0.3",
"node-fetch": "^2.6.0",
"node-pre-gyp": "^0.13.0",
"pg": "^7.12.1",
"query-string": "^6.8.3",
"redis": "^2.8.0",
"sqlite3": "^4.1.0",
"uniqid": "^5.0.3"
}
}