-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 923 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
{
"name": "gmailui",
"build": {
"appId": "com.DomiiBunn.GmailUI",
"productName": "GmailUI"
},
"version": "1.0.3",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DomiiBunn/Gmail-UI.git"
},
"license": "MIT",
"scripts": {
"dev": "node .",
"package": "electron-packager . Gmail --icon=icon.ico --overwrite",
"postinstall": "electron-builder install-app-deps",
"build": "electron-builder --windows",
"release": "electron-builder --windows --publish always"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/DomiiBunn/Gmail-UI/issues"
},
"homepage": "https://github.com/DomiiBunn/Gmail-UI#readme",
"devDependencies": {
"electron": "^12.0.0",
"electron-packager": "^15.2.0",
"electron-builder": "^22.10.5"
},
"dependencies": {
"electron-updater": "^4.3.9"
}
}