forked from OurFlagIsMined/twitch-irc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "twitch-irc",
"version": "1.2.7",
"description": "Twitch IRC library for NodeJS.",
"keywords": [
"irc",
"twitch",
"bot",
"lib",
"library",
"stream",
"live",
"robot",
"twitchtv",
"twitch.tv",
"node",
"iojs"
],
"repository": {
"type": "git",
"url": "git://github.com/twitch-irc/twitch-irc.git"
},
"bugs": {
"url": "http://github.com/twitch-irc/twitch-irc/issues"
},
"author": {
"name": "Schmoopiie",
"email": "[email protected]",
"url": "http://www.schmoopiie.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./index",
"dependencies": {
"async": "^0.9.0",
"commander": "^2.6.0",
"cron": "^1.0.6",
"inquirer": "^0.8.0",
"irc-message": "^3.0.1",
"promise": "^6.1.0",
"q": "^1.2.0",
"readable-stream": "^1.0.33",
"request": "^2.53.0",
"string": "^3.0.0"
},
"engines": {
"node": ">=0.12.0"
},
"maintainers": [
{
"name": "Schmoopiie",
"email": "[email protected]"
}
],
"preferGlobal": true,
"bin": {
"twitch-irc": "./bin/twitch-irc.js"
},
"directories": {},
"homepage": "https://github.com/twitch-irc/twitch-irc"
}