botka/package.json

26 lines
637 B
JSON
Raw Normal View History

2015-04-26 21:20:26 +00:00
{
"name": "hal9000",
"version": "0.1.0",
"private": true,
"author": "Sebastian Kippe <sebastian@kip.pe>",
"description": "Heuristically programmed ALgorithmic computer",
"dependencies": {
2015-04-26 22:08:04 +00:00
"coffee-script": "^1.9.2",
"cheerio": "0.19.0",
"request": "2.30.0",
2015-04-26 21:20:26 +00:00
"hubot": "^2.12.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-irc": "^0.2.7",
"hubot-read-tweet": "0.0.2",
2015-04-26 21:20:26 +00:00
"hubot-redis-brain": "0.0.2",
"hubot-rss-reader": "^0.6.7",
2015-04-26 21:20:26 +00:00
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
2015-04-26 21:40:27 +00:00
"hubot-shipit": "^0.2.0"
2015-04-26 21:20:26 +00:00
},
"engines": {
"node": "0.10.x"
}
}