-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.21 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
{
"name": "twitch-irc-oauth",
"version": "1.0.0",
"description": "OAuth module for twitch-irc.",
"keywords": [
"irc",
"twitch",
"bot",
"lib",
"library",
"stream",
"live",
"robot",
"twitchtv",
"twitch.tv",
"node",
"iojs",
"database",
"oauth",
"oauth2"
],
"repository": {
"type": "git",
"url": "https://github.com/twitch-irc/twitch-irc-oauth.git"
},
"bugs": {
"url": "https://github.com/twitch-irc/twitch-irc-oauth/issues"
},
"author": {
"name": "Schmoopiie",
"email": "Schmoopiie@gmail.com",
"url": "http://www.schmoopiie.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./index",
"dependencies": {
"body-parser": "^1.12.0",
"ejs": "^2.3.1",
"express": "^4.12.0",
"express-session": "^1.10.3",
"method-override": "^2.3.1",
"passport": "^0.2.1",
"passport-twitch": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"maintainers": [
{
"name": "Schmoopiie",
"email": "Schmoopiie@gmail.com"
}
],
"directories": {},
"homepage": "https://github.com/twitch-irc/twitch-irc-oauth"
}