-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 827 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
37
38
39
40
41
42
43
{
"name": "threemadeskaqua",
"version": "1.0.0",
"description": "A unnoficial threema desktop app",
"main": "main.js",
"dependencies": {},
"devDependencies": {
"electron": "^7.1.4",
"electron-builder": "^21.2.0"
},
"build": {
"asar": false,
"appId": "aquasp",
"linux": {
"target": [
"AppImage",
"snap"
],
"category": "Game",
"synopsis": "A simple and fast laf launcher!",
"icon": "Icon/Icon.png",
"vendor": "aquasp",
"maintainer": "aquasp"
},
"win": {
"target": [
"NSIS",
"portable"
],
"icon": "Icon/Icon.png"
}
},
"scripts": {
"test": "electron .",
"dist": "electron-builder"
},
"keywords": [
"threema",
"desktop"
],
"author": "aquasp",
"license": "ISC"
}