-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 938 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 938 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
37
38
39
40
41
42
43
44
{
"name": "genesys-workspace-client-js",
"version": "9.0.96",
"description": "Workspace application API used by Workspace Web Edition",
"license": "MIT",
"main": "./src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"keywords": [
"http",
"js",
"genesys",
"workspace",
"voice",
"calls",
"conferences",
"call-transfer",
"call-recording",
"agent-state"
],
"repository": {
"type": "git",
"url": "git://github.com/GenesysPureEngage/workspace-client-js.git"
},
"dependencies": {
"cometd": "5.0.1",
"cookiejar": "^2.1.2",
"events": "^1.1.1",
"superagent": "^5.3.1",
"superagent-proxy": "^3.0.0",
"monkeypatch": "^1.0.0",
"chalk": "^2.4.2",
"url": "^0.11.0"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "^9.2.0",
"sinon": "1.17.3"
},
"engines": {
"node": ">= 8.0"
}
}