35 lines
989 B
JSON
35 lines
989 B
JSON
{
|
|
"name": "hal8000",
|
|
"version": "3.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "./run.sh",
|
|
"ngrok": "ngrok http -region=eu -hostname=hubot-dev.kosmos.org localhost:8888"
|
|
},
|
|
"authors": [
|
|
"Sebastian Kippe <sebastian@kip.pe>",
|
|
"Greg Karékinian <greg@karekinian.com>"
|
|
],
|
|
"description": "Heuristically programmed ALgorithmic computer",
|
|
"dependencies": {
|
|
"@kredits/hubot-kredits": "^4.1.0",
|
|
"cheerio": "0.22.0",
|
|
"coffee-script": "^1.9.2",
|
|
"hubot": "^3.3.2",
|
|
"hubot-auth": "^1.2.0",
|
|
"hubot-help": "^1.0.1",
|
|
"hubot-incoming-webhook": "^1.1.1",
|
|
"hubot-irc": "github:67P/hubot-irc#dev",
|
|
"hubot-redis-brain": "1.0.0",
|
|
"hubot-rules": "^1.0.0",
|
|
"hubot-schedule": "^0.7.0",
|
|
"hubot-scripts": "^2.5.16",
|
|
"hubot-seen": "github:67P/hubot-seen#fix_debug",
|
|
"hubot-shipit": "^0.2.0",
|
|
"hubot-tell": "^1.2.3",
|
|
"hubot-xmpp": "github:67P/hubot-xmpp#dev",
|
|
"node-fetch": "^2.6.7",
|
|
"request": "^2.88.2"
|
|
}
|
|
}
|