-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 957 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
{
"name": "hubot",
"version": "0.0.0",
"private": true,
"author": "Sonarr <[email protected]>",
"description": "Hubot for Sonarr",
"dependencies": {
"hubot-scripts": "~2.17.2",
"hubot-rules": "~1.0.0",
"hubot-youtube": "~1.2.0",
"hubot-help": "~1.0.1",
"hubot-google-images": "~0.2.7",
"hubot-google-translate": "~0.2.1",
"hubot-pugme": "~0.1.0",
"hubot-shipit": "~0.2.1",
"hubot-redis-brain": "1.0.0",
"hubot": "~3.3.2",
"hubot-maps": "0.0.3",
"hubot-irc": "~0.4.2",
"hubot-tell": "*",
"moment": "*",
"irc-colors": "1.5.0",
"hubot-diagnostics": "1.0.0",
"hubot-remind-her": "~0.4.1",
"hubot-loudbot": "^1.4.1",
"hubot-thank-you": "^0.0.3",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
},
"resolutions": {
"irc": "matrix-org/node-irc#f222abe47897044aef89ee568e7edcb6b6260828"
},
"scripts": {
"postinstall": "patch-package"
}
}