-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "botkit-starter-web",
"version": "0.0.2",
"description": "A starter kit for building a custom bot for your website with Botkit Studio",
"main": "luis_bot.js",
"scripts": {
"start": "node luis_bot.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"botkit": "^0.7.0",
"botkit-cms": "0.0.4",
"botkit-middleware-luis": "^1.0.0",
"botkit-storage-mongo": "^1.0.6",
"botkit-storage-postgres": "^0.1.0",
"debug": "^3.1.0",
"express": "^4.16.4",
"express-hbs": "^1.0.4",
"localizify": "^1.2.4",
"mongoose": "^4.13.7",
"node-env-file": "^0.1.8",
"pg": "^7.8.2",
"q": "^1.5.1",
"querystring": "^0.2.0",
"request": "^2.88.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/howdyai/botkit-starter-web.git"
},
"bugs": {
"url": "https://github.com/howdyai/botkit-starter-web/issues"
},
"homepage": "https://github.com/howdyai/botkit-starter-web",
"keywords": [
"bots",
"chatbots",
"web chat"
],
"author": "[email protected]",
"license": "MIT"
}