-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.27 KB
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
{
"name": "ld2l",
"description": "learndota2 league website",
"version": "0.1.0",
"author": {
"name": "Greg Malysa",
"email": "gmalysa@alumni.stanford.edu",
"url": "https://blog.thelonepole.com"
},
"main": "server.js",
"dependencies": {
"animals": "0.0.3",
"bignumber.js": "^4.1.0",
"body-parser": "^1.19.2",
"colors": "1.4.0",
"csv-parse": "^5.3.8",
"db-filters": "github:gmalysa/db-filters",
"db-migrate": "^0.10.7",
"db-migrate-mysql": "^1.1.10",
"dotaconstants": "^9.5.0",
"dustjs-helpers": "github:LinkedInAttic/dustjs-helpers",
"dustjs-linkedin": "3.0.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-socket.io-session": "^1.3.5",
"flux-link": "github:gmalysa/flux-link",
"mysql2": "^3.2.4",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"passport-steam": "^1.0.17",
"passport.socketio": "^3.7.0",
"randomstring": "^1.2.2",
"request": "^2.88.2",
"session-file-store": "^1.5.0",
"showdown": "^1.9.1",
"socket.io": "^2.5.0",
"sprintf-js": "^1.1.2",
"spyglass": "*",
"superb": "^2.0.0",
"swiss-pairing": "^1.3.0",
"underscore": "^1.13.2"
},
"license": "BSD-3-Clause",
"repository": "https://github.com/gmalysa/ld2l.git"
}