From d2bcc81fc61ad3e5dd54fa90cc9c557ff80fe3ce Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 18 Mar 2016 13:22:02 -0400 Subject: [PATCH] add google images --- external-scripts.json | 3 ++- package.json | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/external-scripts.json b/external-scripts.json index ac4f2ad..afd1919 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -17,5 +17,6 @@ "hubot-thesimpsons", "hubot-voting", "hubot-cron", - "hubot-browserstack" + "hubot-browserstack", + "hubot-google-images" ] diff --git a/package.json b/package.json index b8a94db..17e1bdf 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,16 @@ "author": "Bob Bergman ", "description": "A simple helpful robot for your Company", "dependencies": { + "cheerio": "~0.19.0", + "chrono-node": "~1.0.6", "cron": "^1.0.9", - "time": "^0.11.3", - "hubot": "^2.12.0", + "hubot": "^2.18.0", + "hubot-ambush": "0.0.3", + "hubot-browserstack": "~0.1.6", "hubot-business-cat": "^1.1.19", + "hubot-cron": "~0.2.9", "hubot-diagnostics": "0.0.1", - "hubot-google-images": "^0.1.4", + "hubot-google-images": "^0.1.5", "hubot-google-translate": "^0.1.0", "hubot-help": "^0.1.1", "hubot-heroku-keepalive": "0.0.4", @@ -21,18 +25,14 @@ "hubot-rules": "^0.1.0", "hubot-scripts": "^2.5.16", "hubot-shipit": "^0.2.0", - "hubot-victory": "^1.3.0", - "hubot-youtube": "^0.1.2", - "hubot-ambush": "0.0.3", "hubot-status": "0.0.2", "hubot-thesimpsons": "~1.1.3", + "hubot-victory": "^1.3.0", "hubot-voting": "~1.0.0", - "hubot-cron": "~0.2.9", - "hubot-browserstack": "~0.1.6", - "chrono-node": "~1.0.6", + "hubot-youtube": "^0.1.2", "lodash": "~3.9.3", "moment": "~2.10.3", - "cheerio": "~0.19.0" + "time": "^0.11.3" }, "engines": { "node": "0.10.x"