diff --git a/external-scripts.json b/external-scripts.json index f685f9b..4a82592 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -1,6 +1,7 @@ [ "hubot-help", "hubot-heroku-keepalive", + "hubot-read-tweet", "hubot-redis-brain", "hubot-rules", "hubot-shipit", diff --git a/package.json b/package.json index f807de4..af9b7f1 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,13 @@ "description": "Heuristically programmed ALgorithmic computer", "dependencies": { "coffee-script": "^1.9.2", + "cheerio": "0.19.0", + "request": "2.30.0", "hubot": "^2.12.0", "hubot-help": "^0.1.1", "hubot-heroku-keepalive": "0.0.4", "hubot-irc": "^0.2.7", + "hubot-read-tweet": "0.0.2", "hubot-redis-brain": "0.0.2", "hubot-rss-reader": "^0.6.7", "hubot-rules": "^0.1.0",