-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 914 Bytes
/
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
{
"name": "mrc-youtube-questions-approver",
"version": "1.1.0",
"description": "A simple server and client project for flagging youtube live chat comments as questions, then generating a lower third for the flagged comments.",
"main": "index.js",
"scripts": {
"run": "node index.js"
},
"keywords": [
"youtube",
"mrc",
"livestream"
],
"author": "Ole Henrik Stabell",
"license": "MIT",
"dependencies": {
"event-chains": "0.0.8",
"express": "^4.16.2",
"facebook-live-chat": "^1.0.1",
"jsesc": "^2.5.1",
"serve-favicon": "^2.4.5",
"socket.io": "^2.4.0",
"socket.io-redis": "^5.2.0",
"twitch-webchat": "^2.0.14",
"unescape-js": "^1.0.8",
"youtube-live-chat": "git+https://github.com/Hennamann/youtube-live-chat.git"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hennamann/Live-Chat-Question-Flagger.git"
}
}