-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
85 lines (85 loc) · 1.88 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "prayertimes",
"version": "2.0.0",
"description": "A simple yet effective prayer reminder.",
"main": "src/main.js",
"author": {
"name": "Usama Ejaz",
"email": "[email protected]",
"url": "https://usamaejaz.com"
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"start": "cross-env NODE_ENV=development electron .",
"pack": "electron-builder --dir -wl --ia32 --x64",
"dist": "electron-builder -wl --ia32 --x64"
},
"build": {
"appId": "com.usamaejaz.prayertimes-desktop",
"productName": "Prayer Times",
"directories": {
"buildResources": "resources"
},
"files": [
"**/*",
"resources/icon.*"
],
"win": {
"target": [
"nsis"
]
},
"linux": {
"target": [
"AppImage"
],
"category": "Utility"
}
},
"homepage": "https://github.com/usamaejaz/prayertimes-desktop#readme",
"dependencies": {
"auto-launch": "^5.0.5",
"bulma": "^0.4.2",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"moment-hijri": "^2.0.1",
"node-notifier": "^5.2.1",
"node-persist": "^2.0.11",
"sortablejs": "^1.6.0",
"v-tooltip": "^2.0.0-beta.5",
"vue": "^2.3.3",
"vue2-filters": "^0.1.9"
},
"devDependencies": {
"cross-env": "^5.1.3",
"electron": "^1.8.1",
"electron-builder": "^19.54.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usamaejaz/prayertimes-desktop.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/usamaejaz/prayertimes-desktop/issues"
},
"keywords": [
"prayer",
"prayer times",
"salah",
"salat",
"time",
"alert",
"alarm",
"namaz",
"reminder",
"prayer reminder",
"namaz reminder",
"salah reminder",
"salat reminder",
"glaxosoft",
"electron"
],
"false": {}
}