From 46638c2f33a03b2212684c02965d0fef1f0e7def Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 13 Oct 2015 08:50:18 -0400 Subject: [PATCH] clean things up --- Procfile | 1 - external-scripts.json | 7 +------ package.json | 20 +++++++------------- 3 files changed, 8 insertions(+), 20 deletions(-) delete mode 100644 Procfile diff --git a/Procfile b/Procfile deleted file mode 100644 index 9c85565..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: bin/hubot -a campfire diff --git a/external-scripts.json b/external-scripts.json index 7bd773d..20c9b70 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -1,16 +1,11 @@ [ "hubot-diagnostics", "hubot-help", - "hubot-heroku-keepalive", "hubot-google-images", "hubot-google-translate", "hubot-pugme", "hubot-maps", "hubot-rules", "hubot-shipit", - "hubot-youtube", - "hubot-azure-scripts/brain/storage-blob-brain", - "hubot-victory", - "hubot-business-cat", - "hubot-situation" + "hubot-azure-scripts/brain/storage-blob-brain" ] diff --git a/package.json b/package.json index bf0d285..fc0f6d6 100644 --- a/package.json +++ b/package.json @@ -5,27 +5,21 @@ "author": "Tommy Parnell ", "description": "I am a bot", "dependencies": { - "coffee-script": "^1.9.2", + "coffee-script": "^1.9.3", "hubot": "^2.13.2", "hubot-azure-scripts": "^0.1.6", - "hubot-business-cat": "^1.1.19", "hubot-diagnostics": "0.0.1", - "hubot-google-images": "^0.1.4", - "hubot-google-translate": "^0.1.0", + "hubot-google-images": "^0.1.5", + "hubot-google-translate": "^0.2.0", "hubot-help": "^0.1.1", - "hubot-heroku-keepalive": "0.0.4", "hubot-maps": "0.0.2", "hubot-pugme": "^0.1.0", - "hubot-redis-brain": "0.0.2", - "hubot-rules": "^0.1.0", - "hubot-scripts": "^2.5.16", + "hubot-rules": "^0.1.1", + "hubot-scripts": "^2.16.1", "hubot-shipit": "^0.2.0", - "hubot-situation": "0.0.6", - "hubot-slack": "^3.3.0", - "hubot-victory": "^1.3.0", - "hubot-youtube": "^0.1.2" + "hubot-slack": "^3.3.0" }, "engines": { - "node": "0.10.x" + "node": "0.12.x" } }