botka/package.json

37 lines
1.0 KiB
JSON
Raw Normal View History

2015-04-26 21:20:26 +00:00
{
2015-06-08 16:47:16 +00:00
"name": "hal8000",
2016-01-22 21:32:35 +00:00
"version": "0.6.0",
2015-04-26 21:20:26 +00:00
"private": true,
2015-06-28 01:39:51 +00:00
"authors": [
"Sebastian Kippe <sebastian@kip.pe>",
2015-12-19 01:17:04 +00:00
"Greg Karékinian <greg@karekinian.com>"
2015-06-28 01:39:51 +00:00
],
2015-04-26 21:20:26 +00:00
"description": "Heuristically programmed ALgorithmic computer",
"dependencies": {
"cheerio": "0.19.0",
2015-05-31 22:41:56 +00:00
"coffee-script": "^1.9.2",
2015-04-26 21:20:26 +00:00
"hubot": "^2.12.0",
2015-05-31 22:41:56 +00:00
"hubot-auth": "^1.2.0",
2015-04-26 21:20:26 +00:00
"hubot-help": "^0.1.1",
2016-02-20 18:24:21 +00:00
"hubot-incoming-webhook": "^1.0.1",
"hubot-irc": "^0.2.9",
2016-02-20 20:00:47 +00:00
"hubot-openassets": "^0.9.0",
2015-05-31 22:41:56 +00:00
"hubot-plusplus": "^1.1.5",
"hubot-read-tweet": "0.0.2",
2015-04-26 21:20:26 +00:00
"hubot-redis-brain": "0.0.2",
"hubot-remotestorage-logger": "^0.4.0",
2016-01-20 22:31:38 +00:00
"hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git",
2015-04-26 21:20:26 +00:00
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-seen": "https://github.com/67P/hubot-seen.git#fix_debug",
2015-05-31 22:41:56 +00:00
"hubot-shipit": "^0.2.0",
2015-05-31 23:11:29 +00:00
"hubot-tell": "^1.2.3",
"hubot-yubikey-invalidation": "0.0.3",
2015-05-31 22:41:56 +00:00
"request": "2.30.0"
2015-04-26 21:20:26 +00:00
},
"engines": {
"node": "0.12.x",
"npm": "2.1.x"
2015-04-26 21:20:26 +00:00
}
}