botka/package.json

24 lines
657 B
JSON
Raw Normal View History

2015-04-26 21:20:26 +00:00
{
"name": "botka",
2022-08-12 15:25:21 +00:00
"version": "0.8.1",
2015-04-26 21:20:26 +00:00
"private": true,
"author": [
"Kosmos Contributors <mail@kosmos.org> (https://kosmos.org)"
2015-06-28 01:39:51 +00:00
],
2015-04-26 21:20:26 +00:00
"description": "Heuristically programmed ALgorithmic computer",
"dependencies": {
2019-04-16 15:18:19 +00:00
"cheerio": "0.22.0",
2015-05-31 22:41:56 +00:00
"coffee-script": "^1.9.2",
"hubot": "^3.3.2",
2015-05-31 22:41:56 +00:00
"hubot-auth": "^1.2.0",
2019-04-16 15:18:19 +00:00
"hubot-help": "^1.0.1",
"hubot-incoming-webhook": "^1.1.1",
"hubot-irc": "github:67P/hubot-irc#deploy",
"hubot-redis-brain": "~1.0.0",
2022-08-12 15:23:38 +00:00
"hubot-remotestorage-logger": "^1.3.0",
2018-06-14 11:30:07 +00:00
"hubot-web-push-notifications": "^1.2.0",
"hubot-xmpp": "github:67P/hubot-xmpp#dev",
"request": "2.88.2"
2015-04-26 21:20:26 +00:00
}
}