-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 KB
/
package.json
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
42
43
44
45
46
{
"name": "botmakers-sidekick",
"version": "0.0.1",
"description": "Adding superpowers to the Botmakers Slack group.",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"botkit": "^0.6",
"botkit-storage-mongo": "^1.0.6",
"dashbot": "0.7.4",
"debug": "^2.3.3",
"express": "^4.14.0",
"fs-path": "^0.0.23",
"mastodon": "^1.2.2",
"moment": "^2.20.1",
"node-cron": "^1.2.1",
"node-env-file": "^0.1.8",
"qs": "^6.5.1",
"querystring": "^0.2.0",
"request": "2.88.0",
"wordfilter": "^0.2.6",
"jsdom": "^15.2.1"
},
"engines": {
"node": "12.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/howdyai/botkit-starter-slack.git"
},
"bugs": {
"url": "https://github.com/howdyai/botkit-starter-slack/issues"
},
"homepage": "https://github.com/howdyai/botkit-starter-slack",
"keywords": [
"bots",
"chatbots",
"slack"
],
"author": "[email protected]",
"license": "ISC"
}