-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.62 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "cyber-server",
"main": "main.js",
"version": "0.1.13",
"license": "MIT",
"description": "Aplicacion de escritorio para control de un cyber cafe asi como un punto de venta.",
"author": "Edel Custodio Frias",
"repository": {
"type": "git",
"url": "https://github.com/edelCustodio/cyber-server.git"
},
"dependencies": {
"auto-launch": "5.0.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.18.2",
"bootstrap-datetimepicker-npm": "4.17.37-npm",
"bootstrap-validator": "0.11.9",
"cache": "1.1.2",
"datatables.net-bs4": "1.10.19",
"datatables.net-responsive-dt": "2.2.3",
"electron-is-dev": "0.3.0",
"electron-log": "2.2.14",
"electron-updater": "2.21.4",
"express": "4.16.2",
"font-awesome": "4.7.0",
"ip": "1.1.5",
"jquery": "2.1.4",
"jspdf": "1.3.5",
"linq": "3.0.9",
"mfb": "0.12.0",
"moment": "2.19.2",
"nconf": "0.10.0",
"sweetalert2": "7.3.0",
"tedious": "2.1.1",
"touch": "3.1.0"
},
"devDependencies": {
"electron": "1.7.9",
"electron-rebuild": "1.7.3"
},
"scripts": {
"start": "electron .",
"publish": "node_modules/.bin/build --win -p always",
"postinstall": "electron-builder install-app-deps"
},
"build": {
"appId": "com.friasoftit.skynet-server",
"productName": "Skynet Server",
"publish": [
{
"provider": "github",
"owner": "edelCustodio",
"repo": "cyber-server"
}
],
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}
]
}
}
}