forked from botanalytics/node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 836 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 836 Bytes
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
{
"name": "botanalytics",
"version": "2.0.4",
"main": "index.js",
"description": "Conversational analytics & engagement tool for chatbots",
"author": "Enis Gayretli",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Botanalyticsco/botanalytics.git"
},
"bugs": {
"url": "https://github.com/Botanalyticsco/botanalytics/issues"
},
"homepage": "https://github.com/Botanalyticsco/botanalytics#readme",
"keywords": [
"botanalytics",
"bot",
"bots",
"analytics",
"chatbots",
"conversational analytics",
"facebook messenger",
"google assistant",
"amazon lex",
"amazon alexa",
"ibm watson",
"botkit",
"voice analytics",
"google actions"
],
"dependencies": {
"object-path": "^0.11.4",
"request": "^2.81.0"
}
}