-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
59 lines (59 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "doremus-bot",
"version": "1.1.4",
"description": "A virtual assistant for answering music related questions",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"build:css": "node-sass -r --output-style compressed webchat/scss -o webchat/public/css"
},
"dependencies": {
"body-parser": "^1.15.2",
"botkit": "^0.6.12",
"botkit-middleware-dialogflow": "^1.4.1",
"botkit-storage-mongo": "^1.0.6",
"botkit-studio-metrics": "^0.0.2",
"cookie-parser": "^1.4.3",
"debug": "^2.3.3",
"dictionary-en-us": "^2.0.0",
"dictionary-fr": "^2.1.0",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-hbs": "^1.0.4",
"node-env-file": "^0.1.8",
"nspell": "^2.0.0",
"querystring": "^0.2.0",
"request": "^2.87.0",
"underscore": "^1.9.1",
"wordfilter": "^0.2.6"
},
"devDependencies": {
"node-sass": "^4.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/D2KLab/music-chatbot.git"
},
"bugs": {
"url": "https://github.com/D2KLab/music-chatbot/issues"
},
"homepage": "https://github.com/D2KLab/music-chatbot",
"keywords": [
"node",
"bot",
"chatbot",
"assistant",
"slack",
"botkit",
"doremus",
"facebook",
"dialogflow",
"apiai",
"nlp"
],
"contributors": [
"Claudio Scalzo <scalzo@eurecom.fr> (https://www.linkedin.com/in/claudioscalzo/)",
"Luca Lombardo <lombardo@eurecom.fr> (https://www.linkedin.com/in/lomluca/)"
],
"license": "Apache-2.0"
}