-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
40 lines (40 loc) · 885 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
33
34
35
36
37
38
39
40
{
"name": "slack-irc-plugin",
"description": "Tracking an IRC channel directly into your slack channels.",
"version": "0.1.2",
"homepage": "https://github.com/jimmyhillis/slack-irc-plugin",
"author": {
"name": "Jimmy Hillis",
"email": "[email protected]",
"url": "http://jimmyhillis.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jimmyhillis/slack-irc-plugin.git"
},
"bugs": {
"url": "https://github.com/jimmyhillis/slack-irc-plugin/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jimmyhillis/slack-irc-plugin/blob/master/LICENSE"
}
],
"engines": {
"node": "*"
},
"dependencies": {
"request": "~2.33.0",
"irc": "~0.3.6",
"underscore": "^1.7.0"
},
"devDependencies": {},
"bin": {
"bot": "bin/bot.js"
},
"keywords": [
"slack",
"irc"
]
}