-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "Sermed",
"version": "2.0.2",
"main": "index.js",
"description": "Aplicación para el manejo de huellas digitales",
"keywords": "serial, node-serialport",
"build": {
"appId": "com.sermed.app",
"win": {
"target": [
"portable"
],
"icon": "public/packageicon.png"
}
},
"author": {
"name": "Crear S.R.L."
},
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist84": "electron-builder --platform=win32 --arch=ia32",
"dist64": "electron-builder --platform=win32 --arch=x64",
"dist": "electron-builder --platform=win32 --arch=all",
"rebuild": "electron-rebuild serialport"
},
"dependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.3",
"node-localstorage": "^0.5.1",
"path-extra": "^1.0.3",
"serialport": "^8.0.3",
"serve-static": "^1.10.0",
"winston": "^1.0.1"
},
"devDependencies": {
"electron": "^2.0.8",
"electron-builder": "^20.28.4",
"electron-rebuild": "^1.8.4",
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-exec": "^0.4.6"
}
}