Skip to content

Commit 2df97e0

Browse files
hippietilleyTilley
and
Tilley
authored
Added a comment for plugins about what they do and when they were last updated (#81)
Co-authored-by: Tilley <[email protected]>
1 parent 480e827 commit 2df97e0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

+22
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,50 @@
66
"description": "Elvis 2.0! He's back!",
77
"dependencies": {
88
"hubot": "^2.18.0",
9+
// tells you the price of bitcoin, last updated 6 years ago
910
"hubot-bitcoin": "^1.0.3",
11+
// makes elvis talk back, last updated 4 years ago
1012
"hubot-cleverbot": "^1.0.0",
13+
// adds ping, adapter, echo <text>, time scripts, last updated 3 years ago
1114
"hubot-diagnostics": "0.0.1",
15+
// uhh, gifs, duh, last updated 4 years ago
1216
"hubot-giphy-gifme": "^1.0.0",
17+
// fetches google images, last updated 3 years ago
1318
"hubot-google-images": "^0.2.6",
19+
// translates stuff, last updated 3 years ago
1420
"hubot-google-translate": "^0.2.0",
21+
// shows the help menu, last updated 3 years ago
1522
"hubot-help": "^0.1.3",
23+
// keeps the heroku free dyno alive, last updated 3 years ago
1624
"hubot-heroku-keepalive": "^1.0.2",
25+
// fetches google maps, last updated 3 years ago
1726
"hubot-maps": "0.0.2",
27+
// got annoying, last updated 2 months ago, can get rid of
1828
"hubot-markov": "^1.7.0",
29+
// more markov madness, last updated 5 years ago
1930
"hubot-mimic": "~0.1.2",
31+
// fetches pics of pugs, last updated 3 years ago
2032
"hubot-pugme": "^0.1.0",
33+
// makes Elvis smarter via redis, last updated 3 years ago
2134
"hubot-redis-brain": "0.0.3",
35+
// robot and dev rules, last updated 3 years ago
2236
"hubot-rules": "^0.1.1",
37+
// community scripts, deprecated, last updated 4 years ago
2338
"hubot-scripts": "^2.16.2",
39+
// shipit meme, last updated 3 years ago
2440
"hubot-shipit": "^0.2.0",
41+
// slack adapter, last updated 2 months ago
2542
"hubot-slack": "4.5.1",
43+
// keeps Elvis out of #general, last updated 5 years ago
2644
"hubot-slack-blacklist-middleware": "^1.0.2",
45+
// lets Elvis delete his last message, last updated 2 years ago
2746
"hubot-slack-utils": "0.0.5",
47+
// inverse of the blacklist, last updated 5 years ago
2848
"hubot-slack-whitelist-middleware": "^1.0.1",
49+
// searches youtube, last updated 2 years ago
2950
"hubot-youtube": "^1.0.2",
3051
"lodash": "^4.17.19",
52+
// time stuff, deprecated
3153
"moment": "^2.19.3"
3254
},
3355
"scripts": {

0 commit comments

Comments
 (0)