-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.17 KB
/
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
46
47
48
49
50
51
52
{
"name": "FinesseConnector",
"version": "1.1.2",
"description": "Tightly integration of Сontact Сenter operator`s workstation and Finesse web-application",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/GeorgeTsaplin/FinesseConnector"
},
"build": {
"productName": "CTI Finesse Connector",
"appId": "cti.finesseConnector",
"mac": {
"category": "public.app-category.business"
},
"asarUnpack": [
"config/config.json",
"cert/*"
]
},
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder",
"start": "electron ."
},
"keywords": [
"Electron",
"clickToCall",
"finesse",
"tel"
],
"author": {
"name": "CTI LLC",
"email": "[email protected]"
},
"license": "GPL-3.0-only",
"devDependencies": {
"electron": "^3.0.11",
"electron-builder": "^20.26.1"
},
"dependencies": {
"body-parser": "^1.18.3",
"body-parser-xml": "^1.1.0",
"electron-log": "^2.2.17",
"express": "^4.16.3",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"nconf": "^0.10.0",
"rotating-file-stream": "^1.3.9",
"uuid": "^3.3.2"
}
}