-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 865 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
{
"name": "lp-labs-agent-sdk",
"version": "1.0.11",
"description": "LiveEngage Agent SDK",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"form-data": ">=1.0.0-rc4",
"lodash": "^4.13.1",
"promise.prototype.finally": "1.0.1",
"request": "^2.73.0",
"websocket": "1.0.23"
},
"repository": {
"type": "git",
"url": "https://github.com/yarivr/lp-labs-agent-sdk"
},
"keywords": [
"bot",
"ums",
"sdk",
"agent",
"liveperson",
"liveengage"
],
"author": {
"name": "Yariv Rosenbach",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/yariv-rosenbach-83b1174/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yarivr/lp-labs-agent-sdk/blob/master/LICENSE.md"
}
]
}