-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
49 lines (49 loc) · 1.15 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
47
48
49
{
"name": "Wunderlistux",
"version": "1.6.2",
"description": "An electron wrapper for wunderlist made with :heart: for Linux",
"icon": "images/icon.png",
"build": {
"appId": "com.electron.wunderlistux",
"icon": "images/icon.png",
"linux": {
"category": "utility",
"target": [
"AppImage"
]
}
},
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "build --dir",
"dist": "build"
},
"contributors": [
{
"name": "Wunderlistux team (?)",
"url": "https://github.com/edipox/wunderlistux/graphs/contributors"
}
],
"author": {
"name": "Edipo da Silva",
"url": "https://github.com/edipox",
"email": "edipo@openmailbox.org"
},
"dependencies": {
"electron-window-state": "5.0.3"
},
"devDependencies": {
"electron": "^7.2.4",
"electron-builder": "^20.38.2",
"electron-packager": "^13.0.0"
},
"keywords": [
"wunderlist"
],
"bugs": "https://github.com/edipox/wunderlistux/issues",
"license": "MIT",
"repository": "https://github.com/edipox/wunderlistux",
"homepage": "https://github.com/edipox/wunderlistux",
"engines": {}
}