Add initial hubot generation files.

This commit is contained in:
2019-07-02 21:39:26 -04:00
parent 7e3478964a
commit 5af7d009a2
11 changed files with 1527 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "404bot",
"version": "0.0.0",
"private": true,
"author": "jsullivan3@gmail.com",
"description": "A simple bot to help The Departed find their way",
"dependencies": {
"hubot": "^3.3.2",
"hubot-diagnostics": "^1.0.0",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^1.0.1",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "^1.0.0",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.7.1"
},
"engines": {
"node": "0.10.x"
}
}