forked from krydos/todoist-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 785 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
{
"name": "Todoist",
"main": "src/main.js",
"author": "Ruslan Bekenev <furyinbox@gmail.com>",
"build": {
"appId": "com.krydos.todoist",
"directories": {
"app": "src"
},
"win": {
"target": "portable"
},
"linux": {
"target": [
"deb",
"rpm",
"pacman"
],
"category": "Utility;Productivity;"
},
"pacman": {
"depends": ["c-ares", "ffmpeg", "gtk3", "http-parser", "libevent", "libvpx", "libxslt", "libxss", "minizip", "nss", "re2", "snappy", "libnotify", "libappindicator-gtk2", "libappindicator-gtk3"]
}
},
"devDependencies": {
"electron-builder": "^20.44.4"
}
}