This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
67 lines (67 loc) · 1.65 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
{
"name": "qawl",
"version": "3.2.2",
"description": "Read the Holy Qur'ān whenever, wherever, however you like.",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mr-islam/qawl.git"
},
"author": "Naved Islam",
"license": "GPL-2.0-or-later",
"devDependencies": {
"electron": "^5.0.9",
"electron-builder": "^21.1.5",
"electron-packager": "^12.1.1"
},
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"release": "build",
"build": "electron-builder",
"ship": "electron-builder -p always"
},
"build": {
"appId": "com.navedislam.qawl",
"productName": "Qawl – Quran Reader",
"publish": {
"provider": "github"
},
"mac": {
"category": "public.app-category.education"
},
"appx": {
"publisherDisplayName": "Naved Islam",
"backgroundColor": "#eee8d5",
"displayName": "Qawl: Quran Reader",
"publisher": "CN=4145F1BA-8122-4819-9CAC-8AF0DBE50C3F",
"identityName": "27186NavedIslam.63763EF44F492",
"applicationId": "Qawl"
}
},
"dependencies": {
"dragscroll": "^0.0.8",
"electron-log": "^3.0.6",
"electron-store": "^4.0.0",
"electron-updater": "^4.1.2",
"electron-window-state": "^5.0.3",
"mousetrap": "^1.6.3",
"tippy.js": "^2.6.0",
"universal-analytics": "^0.4.20",
"uuid": "^3.3.2"
},
"bugs": {
"url": "https://github.com/mr-islam/qawl/issues"
},
"homepage": "https://github.com/mr-islam/qawl#readme",
"keywords": [
"islam",
"quran",
"windows",
"mac",
"linux",
"desktop",
"electron"
]
}