-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 925 Bytes
/
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
{
"name": "botkit-starter-slack",
"version": "0.0.2",
"description": "A starter kit for building a custom Slack bot with Botkit Studio",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"aws-sdk": "^2.97.0",
"axios": "^0.16.2",
"body-parser": "^1.15.2",
"botkit": "^0.5",
"botkit-storage-postgres": "^0.1.0",
"dashbot": "0.7.4",
"debug": "^2.3.3",
"express": "^4.14.0",
"querystring": "^0.2.0",
"request": "^2.79.0",
"wordfilter": "^0.2.6"
},
"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"
}