-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 840 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
{
"name": "fistrobot-web",
"version": "0.0.1",
"description": "Chiquito de la Calzada web bot based on Botkit Starter Web",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"botkit": "git+https://git@github.com/howdyai/botkit.git#dev/webchannel",
"botkit-storage-mongo": "^1.0.6",
"debug": "^2.3.3",
"express": "^4.15.3",
"node-env-file": "^0.1.8",
"querystring": "^0.2.0",
"request": "^2.79.0",
"wordfilter": "^0.2.6"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/howdyai/botkit-starter-web.git"
},
"homepage": "https://www.danielprimo.io",
"keywords": [
"bots",
"chatbots",
"web chat",
"chiquito"
],
"author": "dani@danielprimo.io",
"license": "ISC"
}