queue management

This commit is contained in:
Tommy Parnell
2015-05-19 22:15:45 -04:00
parent 6a7b288579
commit ca1042d3c2
2 changed files with 42 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"author": "Bob Bergman <rbergman@atlassian.com>",
"description": "A simple helpful robot for your Company",
"dependencies": {
"cron": "^1.0.9",
"hubot": "^2.12.0",
"hubot-business-cat": "^1.1.19",
"hubot-diagnostics": "0.0.1",
@@ -20,7 +21,8 @@
"hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.2.0",
"hubot-victory": "^1.3.0",
"hubot-youtube": "^0.1.2"
"hubot-youtube": "^0.1.2",
"time": "^0.11.3"
},
"engines": {
"node": "0.10.x"