forked from squalou/google-chat-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "google-chat-linux-dark",
"version": "0.4.4-1",
"description": "Google Hangouts Chat unofficial linux app",
"main": "src/index.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"dist:windows": "electron-builder --windows"
},
"repository": "github.com:squalou/google-chat-linux.git",
"homepage": "github.com:squalou/google-chat-linux.git",
"author": "Roberto Fasciolo <[email protected]> (https://www.robyf.net/)",
"license": "WTFPL",
"build": {
"appId": "Google Chat Linux Dark",
"extraResources": [
"assets/icon/chat-favicon-new-non-notif-256dp.png",
"assets/icon/chat-favicon-new-notif-256dp.png",
"assets/icon/chat-favicon-no-new-256dp.png",
"assets/icon/chat-favicon-offline-256dp.png",
"assets/icon/[email protected]",
"assets/icon/icon.png"
],
"linux": {
"desktop": {
"Name": "Google Chat Linux Dark"
},
"category": "Network;InstantMessaging",
"target": [
"deb"
]
}
},
"dependencies": {
"electron-context-menu": "^0.9.1",
"electron-localshortcut": "^3.1.0",
"fs": "0.0.1-security",
"path": "0.12.7"
},
"devDependencies": {
"electron": "^8.0.0",
"electron-builder": ">=22.3.2"
}
}