-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 820 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
35
{
"name": "botkit-middleware-recastai",
"version": "1.0.6",
"description": "Middleware for using Recast.ai with Botkit-powered bots",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ouadie-lahdioui/botkit-middleware-recastai.git"
},
"keywords": [
"bot",
"botkit",
"chatbot",
"conversation",
"nlp",
"recast"
],
"author": "Ouadie LAHDIOUI",
"license": "MIT",
"bugs": {
"url": "https://github.com/ouadie-lahdioui/botkit-middleware-recastai/issues"
},
"homepage": "https://github.com/ouadie-lahdioui/botkit-middleware-recastai#readme",
"dependencies": {
"debug": "^3.1.0",
"recastai": "^3.7.0"
},
"directories": {
"example": "examples"
},
"devDependencies": {}
}