forked from lobbyradar/lobbyradar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"private": true,
"name": "lobbyradar",
"version": "0.1.5",
"description": "lobbyradar api",
"main": "lobbyradar.js",
"repository": {
"type": "git",
"url": "https://github.com/lobbyradar/lobbyradar.git"
},
"author": "yetzt <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "^3.2.0",
"batgirl": "0.0.5",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"d3": "^3.5.3",
"debug": "^2.1.0",
"dur": "0.0.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-session-json-store": "git+https://github.com/ffalt/express-session-json-store.git",
"gm": "^1.17.0",
"JSONStream": "^0.10.0",
"mollusc": "^2.0.0",
"moment": "^2.29.1",
"mongojs": "^3.1.0",
"mustache": "^2.1.2",
"mustache-express": "^1.3.0",
"nsa": "^0.2.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"request": "^2.88.2",
"serve-favicon": "^2.3.0",
"trie-search": "^1.3.4",
"underscore": "^1.12.1",
"unq": "0.0.2",
"validator": "^3.22.2",
"xz": "^1.0.4"
}
}