forked from ufokraana/leg_bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "leg_bot",
"version": "1.0.0",
"description": "A Twitch bot for handling statistics, live monitoring, calendars and more",
"homepage": "http://anaerins.blogspot.ca/2015/07/legbot.html",
"repository": "Anaerin/leg_bot",
"license": "BSD-3-Clause-Attribution",
"author": {
"name": "Robert Johnston",
"email": "anaerin@gmail.com",
"url": "http://anaerins.blogspot.ca"
},
"contributors": [
{
"name": "Urmas Lamster",
"email": "urmasl@gmail.com"
}
],
"dependencies": {
"compression": "^1.7.0",
"connect-session-sequelize": "^3.0.0",
"express": "^4.14.0",
"express-session": "^1.13.0",
"express-ws": "^2.0.0-rc.1",
"jade": "^1.11.0",
"moment": "^2.13.0",
"moment-timezone": "^0.5.4",
"request": "^2.74.0",
"roll": "^1.2.0",
"sequelize": "^5",
"serve-static": "^1.11.1",
"sqlite3": "^3.1.13",
"tmi.js": "^1.1.1",
"winston": "^2.2.0",
"winston-child": "^1.0.0",
"winston-daily-rotate-file": "^1.1.4",
"mysql2": "^1.7.0"
}
}