Remove default crap

This commit is contained in:
Basti 2015-04-26 23:40:27 +02:00
parent 418a054225
commit fd7093d81c
2 changed files with 3 additions and 15 deletions

View File

@ -1,13 +1,7 @@
[ [
"hubot-diagnostics",
"hubot-help", "hubot-help",
"hubot-heroku-keepalive", "hubot-heroku-keepalive",
"hubot-google-images",
"hubot-google-translate",
"hubot-pugme",
"hubot-maps",
"hubot-redis-brain", "hubot-redis-brain",
"hubot-rules", "hubot-rules",
"hubot-shipit", "hubot-shipit"
"hubot-youtube" ]
]

View File

@ -6,19 +6,13 @@
"description": "Heuristically programmed ALgorithmic computer", "description": "Heuristically programmed ALgorithmic computer",
"dependencies": { "dependencies": {
"hubot": "^2.12.0", "hubot": "^2.12.0",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.4",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1", "hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4", "hubot-heroku-keepalive": "0.0.4",
"hubot-irc": "^0.2.7", "hubot-irc": "^0.2.7",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2", "hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0", "hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16", "hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.2.0", "hubot-shipit": "^0.2.0"
"hubot-youtube": "^0.1.2"
}, },
"engines": { "engines": {
"node": "0.10.x" "node": "0.10.x"