-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 956 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": "cpfdb",
"productName": "CPF-DB",
"version": "1.0.0",
"description": "cpf db",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . --icon=img/icons/cpf-db.ico --overwrite --platform=win32 --arch=x64"
},
"author": "",
"license": "ISC",
"devDependencies": {
"devtron": "^1.4.0",
"electron-packager": "^8.5.0",
"electron-winstaller": "^2.5.1",
"jshint": "^2.9.4"
},
"dependencies": {
"async": "^2.1.4",
"base64-img": "^1.0.3",
"base64-stream": "^0.1.3",
"blob-to-buffer": "^1.2.6",
"buildmail": "^4.0.0",
"chart.js": "^2.4.0",
"electron": "1.4.1",
"excel4node": "^1.2.1",
"file-saver": "^1.3.3",
"html-docx-js": "^0.3.1",
"html-pdf": "^2.1.0",
"html2xlsx": "^0.2.0",
"jszip": "^2.6.1",
"mailparser": "^0.6.1",
"mssql": "^3.3.0",
"path": "^0.12.7",
"pdfkit": "^0.8.0",
"striptags": "^3.0.1"
}
}