-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "pnc-bot",
"version": "0.0.0",
"private": true,
"author": "Dustin Kut Moy Cheung <[email protected]>",
"description": "P = NP",
"dependencies": {
"hubot-help": "~0.2.0",
"hubot-shipit": "~0.2.0",
"hubot-pugme": "~0.1.0",
"hubot-rules": "~0.1.1",
"hubot-maps": "0.0.2",
"hubot-google-translate": "~0.2.0",
"hubot-google-images": "~0.2.4",
"hubot-heroku-keepalive": "~1.0.0",
"hubot-diagnostics": "0.0.1",
"hubot-redis-brain": "0.0.3",
"hubot-scripts": "~2.17.2",
"hubot-karma": "~0.2.3",
"hubot": "~2.19.0",
"hubot-irc": "~0.2.9",
"restler": "~3.4.0",
"elapsed": "~0.0.5",
"irc-colors": "~1.3.3",
"jsonfile": "~2.4.0",
"hubot-url-title": "~1.6.0",
"hubot-cheers": "~1.0.0",
"hubot-cheer": "~0.1.0",
"hubot-praise": "~0.1.3",
"hubot-huehuehue": "~1.0.2",
"hubot-sentiment": "~1.2.6",
"hubot-trollbot": "~0.1.1",
"hubot-marvin": "~0.0.2",
"cron": "~1.2.1"
},
"engines": {
"node": ">= 0.10.x"
}
}