Add initial hubot generation files.
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user