|
6 | 6 | "description": "Elvis 2.0! He's back!",
|
7 | 7 | "dependencies": {
|
8 | 8 | "hubot": "^2.18.0",
|
| 9 | + // tells you the price of bitcoin, last updated 6 years ago |
9 | 10 | "hubot-bitcoin": "^1.0.3",
|
| 11 | + // makes elvis talk back, last updated 4 years ago |
10 | 12 | "hubot-cleverbot": "^1.0.0",
|
| 13 | + // adds ping, adapter, echo <text>, time scripts, last updated 3 years ago |
11 | 14 | "hubot-diagnostics": "0.0.1",
|
| 15 | + // uhh, gifs, duh, last updated 4 years ago |
12 | 16 | "hubot-giphy-gifme": "^1.0.0",
|
| 17 | + // fetches google images, last updated 3 years ago |
13 | 18 | "hubot-google-images": "^0.2.6",
|
| 19 | + // translates stuff, last updated 3 years ago |
14 | 20 | "hubot-google-translate": "^0.2.0",
|
| 21 | + // shows the help menu, last updated 3 years ago |
15 | 22 | "hubot-help": "^0.1.3",
|
| 23 | + // keeps the heroku free dyno alive, last updated 3 years ago |
16 | 24 | "hubot-heroku-keepalive": "^1.0.2",
|
| 25 | + // fetches google maps, last updated 3 years ago |
17 | 26 | "hubot-maps": "0.0.2",
|
| 27 | + // got annoying, last updated 2 months ago, can get rid of |
18 | 28 | "hubot-markov": "^1.7.0",
|
| 29 | + // more markov madness, last updated 5 years ago |
19 | 30 | "hubot-mimic": "~0.1.2",
|
| 31 | + // fetches pics of pugs, last updated 3 years ago |
20 | 32 | "hubot-pugme": "^0.1.0",
|
| 33 | + // makes Elvis smarter via redis, last updated 3 years ago |
21 | 34 | "hubot-redis-brain": "0.0.3",
|
| 35 | + // robot and dev rules, last updated 3 years ago |
22 | 36 | "hubot-rules": "^0.1.1",
|
| 37 | + // community scripts, deprecated, last updated 4 years ago |
23 | 38 | "hubot-scripts": "^2.16.2",
|
| 39 | + // shipit meme, last updated 3 years ago |
24 | 40 | "hubot-shipit": "^0.2.0",
|
| 41 | + // slack adapter, last updated 2 months ago |
25 | 42 | "hubot-slack": "4.5.1",
|
| 43 | + // keeps Elvis out of #general, last updated 5 years ago |
26 | 44 | "hubot-slack-blacklist-middleware": "^1.0.2",
|
| 45 | + // lets Elvis delete his last message, last updated 2 years ago |
27 | 46 | "hubot-slack-utils": "0.0.5",
|
| 47 | + // inverse of the blacklist, last updated 5 years ago |
28 | 48 | "hubot-slack-whitelist-middleware": "^1.0.1",
|
| 49 | + // searches youtube, last updated 2 years ago |
29 | 50 | "hubot-youtube": "^1.0.2",
|
30 | 51 | "lodash": "^4.17.19",
|
| 52 | + // time stuff, deprecated |
31 | 53 | "moment": "^2.19.3"
|
32 | 54 | },
|
33 | 55 | "scripts": {
|
|
0 commit comments