-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "bocbot",
"version": "0.0.0",
"license": "ISC",
"private": true,
"author": "Connor Kennedy <cjtkennedy+bocbot@gmail.com> (http://foliotek.me/connor)",
"description": "The only slackbot that is ballin outta control",
"repository": {
"type": "git",
"url": "git+https://github.com/BallinOuttaControl/bocbot.git"
},
"bugs": {
"url": "https://github.com/BallinOuttaControl/bocbot/issues"
},
"homepage": "https://github.com/BallinOuttaControl/bocbot#readme",
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"express": "^4.17.1",
"heroku-client": "^3.1.0",
"hubot": "^3.3.2",
"hubot-auth": "^2.1.0",
"hubot-diagnostics": "^1.0.0",
"hubot-help": "^1.0.1",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-redis-brain": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-slack": "^4.7.1",
"node-schedule": "^1.3.2",
"swig-templates": "^2.0.3",
"underscore": "^1.9.2"
},
"engines": {
"node": "12.x"
},
"scripts": {
"test": "echo \"No tests here.\"",
"start": "bin\\hubot -a slack"
}
}