-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 854 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 854 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
{
"name": "phyxtgears-camera-app",
"description": "Camera Display",
"license": "MIT",
"author": {
"name": "PhyXTGears",
"email": "phyxtgearspro@gmail.com",
"url": "http://phyxtgears.org"
},
"version": "v0.4.1",
"main": "main.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder"
},
"devDependencies": {
"electron": "^4.1.4",
"electron-builder": "^20.39.0"
},
"dependencies": {
"is-reachable": "^3.0.0"
},
"build": {
"appId": "org.phyxtgears.cameraApp",
"icon": "camera.ico",
"win": {
"target": [
{
"target": "portable",
"arch": [
"x64"
]
}
]
}
}
}