From 23af4895ff10297f5c8405da5079a007cfefceda Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 3 Jun 2015 22:23:15 +0000 Subject: [PATCH] more things --- external-scripts.json | 6 +++++- package.json | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/external-scripts.json b/external-scripts.json index 72062e9..9dc6165 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -11,5 +11,9 @@ "hubot-youtube", "hubot-shipit", "hubot-victory", - "hubot-business-cat" + "hubot-business-cat", + "hubot-ambush", + "hubot-status", + "hubot-greetings", + "hubot-thesimpsons" ] diff --git a/package.json b/package.json index 77cbfcf..6ed9ecc 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,16 @@ "hubot-shipit": "^0.2.0", "hubot-victory": "^1.3.0", "hubot-youtube": "^0.1.2", - "time": "^0.11.3" + "time": "^0.11.3", + "hubot-ambush": "0.0.3", + "hubot-status": "0.0.2", + "hubot-thesimpsons": "~1.1.3", + "hubot-greetings": "~1.0.0" + }, "engines": { "node": "0.10.x" + }, + "devDependencies": { } }