forked from aravindkarnam/directline-api-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 952 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
36
37
38
39
40
41
42
43
44
45
{
"name": "directline-api-v3",
"version": "1.0.9",
"description": "Connect to microsoft bot framework, directline through Version 3 APIs",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aravindkarnam/directline-api-v3.git"
},
"keywords": [
"microsoft",
"bot",
"framework",
"version",
"3",
"direct",
"line",
"web",
"socket",
"angular2",
"node.js",
"framework",
"for",
"microsoft",
"bot",
"framework",
"chat",
"client"
],
"author": "aravind karnam rajendraprasad",
"license": "MIT",
"bugs": {
"url": "https://github.com/aravindkarnam/directline-api-v3/issues"
},
"homepage": "https://github.com/aravindkarnam/directline-api-v3#readme",
"dependencies": {
"request": "^2.79.0",
"rxjs": "^5.0.3",
"rxjs-es": "^5.0.0-beta.12",
"ws": "^1.1.1"
}
}