Initial kommit

This commit is contained in:
2015-04-26 23:20:26 +02:00
commit 712c93b9d6
10 changed files with 387 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "hal9000",
"version": "0.1.0",
"private": true,
"author": "Sebastian Kippe <sebastian@kip.pe>",
"description": "Heuristically programmed ALgorithmic computer",
"dependencies": {
"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-heroku-keepalive": "0.0.4",
"hubot-irc": "^0.2.7",
"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-shipit": "^0.2.0",
"hubot-youtube": "^0.1.2"
},
"engines": {
"node": "0.10.x"
}
}