forked from RocketChat/botkit-starter-rocketchat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 882 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 882 Bytes
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
{
"name": "botkit-starter-rocketchat",
"version": "0.0.0",
"description": "A starter kit for building a custom Rocket.Chat bot with Botkit Studio",
"main": "bot.js",
"repository": "git@github.com:RocketChat/botkit-starter-rocketchat.git",
"author": "Tim Kinnane <timkinnane@gmail.com>",
"license": "MIT",
"private": false,
"dependencies": {
"body-parser": "^1.15.2",
"botkit": "^0.6.12",
"botkit-rocketchat-connector": "rocketchat/botkit-rocketchat-connector",
"botkit-storage-mongo": "^1.0.6",
"botkit-studio-metrics": "^0.0.2",
"cookie-parser": "^1.4.3",
"debug": "^2.3.3",
"express": "^4.14.0",
"express-hbs": "^1.0.4",
"node-env-file": "^0.1.8",
"querystring": "^0.2.0",
"request": "^2.79.0",
"wordfilter": "^0.2.6"
},
"devDependencies": {},
"keywords": [
"bots",
"chatbots",
"slack"
]
}