-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 936 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
{
"name": "facility-support-bot",
"version": "1.0.0",
"description": "A support bot for incidents in facilities.",
"main": "bot.js",
"repository": {
"type": "git",
"url": "https://github.com/geskill/edu.upb.FacilitySupportBot.git"
},
"author": "Sebastian Klatte <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/geskill/edu.upb.FacilitySupportBot/issues"
},
"homepage": "https://github.com/geskill/edu.upb.FacilitySupportBot",
"dependencies": {
"@google/maps": "^0.3.1",
"botkit": "^0.5.2",
"botkit-middleware-apiai": "^0.1.1",
"botkit-middleware-luis": "^1.0.0",
"botkit-middleware-recastai": "^1.0.4",
"dotenv": "^4.0.0",
"limdu": "github:erelsgl/limdu"
},
"devDependencies": {
"apiai": "^4.0.2",
"c4.5": "0.0.1",
"levenshtein": "^1.0.5",
"recastai": "^3.2.0",
"request": "^2.81.0",
"uuid": "^3.0.1"
}
}