forked from gmalysa/ld2l
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "ld2l",
"description": "learndota2 league website",
"version": "0.1.0",
"author": {
"name": "Greg Malysa",
"email": "[email protected]",
"url": "http://blog.thelonepole.com"
},
"main": "server.js",
"dependencies": {
"animals": "0.0.3",
"bignumber.js": "^4.1.0",
"body-parser": "^1.18.3",
"colors": "^1.3.3",
"db-filters": "github:gmalysa/db-filters",
"db-migrate": "^0.10.7",
"db-migrate-mysql": "^1.1.10",
"dotaconstants": "^6.16.0",
"dustjs-helpers": "1.7.3",
"dustjs-linkedin": "2.7.2",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.5",
"flux-link": "github:gmalysa/flux-link",
"mysql": "2.15.0",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"passport-steam": "^1.0.10",
"passport.socketio": "^3.7.0",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"session-file-store": "^1.2.0",
"showdown": "^1.9.0",
"socket.io": "^2.2.0",
"sprintf-js": "^1.1.2",
"spyglass": "*",
"superb": "^2.0.0",
"swiss-pairing": "^1.3.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"commander": "^1.3.2"
},
"license": "BSD-3-Clause",
"repository": "https://github.com/gmalysa/ld2l.git"
}