-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 911 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": "twitch-team-hosting-bot",
"version": "1.0.3",
"description": "A Twitch.tv hosting bot for hosting channels from a team onto other offline channel(s).",
"main": "index.js",
"dependencies": {
"async": "^1.5.2",
"cheerio": "^0.20.0",
"fs-extra": "^0.30.0",
"httpdispatcher": "^1.0.0",
"moment": "^2.13.0",
"moment-duration-format": "^1.3.0",
"pkginfo": "^0.4.0",
"request": "^2.72.0",
"tmi.js": "^1.1.1",
"underscore": "^1.8.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoton2/Twitch-Team-Hosting-Bot.git"
},
"author": "zoton2",
"license": "ISC",
"bugs": {
"url": "https://github.com/zoton2/Twitch-Team-Hosting-Bot/issues"
},
"homepage": "https://github.com/zoton2/Twitch-Team-Hosting-Bot#readme"
}