botka/package.json

27 lines
621 B
JSON
Raw Normal View History

2015-04-26 21:20:26 +00:00
{
"name": "botka",
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",
"hubot-xmpp": "^0.2.4",
2018-03-29 19:51:18 +00:00
"hubot-remotestorage-logger": "^0.6.1",
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
}
}