botka/package.json
2016-01-23 22:13:04 +02:00

36 lines
984 B
JSON

{
"name": "hal8000",
"version": "0.6.0",
"private": true,
"authors": [
"Sebastian Kippe <sebastian@kip.pe>",
"Greg Karékinian <greg@karekinian.com>"
],
"description": "Heuristically programmed ALgorithmic computer",
"dependencies": {
"cheerio": "0.19.0",
"coffee-script": "^1.9.2",
"hubot": "^2.12.0",
"hubot-auth": "^1.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-irc": "^0.2.7",
"hubot-openassets": "^0.5.1",
"hubot-plusplus": "^1.1.5",
"hubot-read-tweet": "0.0.2",
"hubot-redis-brain": "0.0.2",
"hubot-remotestorage-logger": "^0.3.0",
"hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-seen": "https://github.com/67P/hubot-seen.git#fix_debug",
"hubot-shipit": "^0.2.0",
"hubot-tell": "^1.2.3",
"request": "2.30.0"
},
"engines": {
"node": "0.12.x",
"npm": "2.1.x"
}
}