-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.43 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
{
"name": "Sermonindex-GUI",
"productName": "SermonindexGUI",
"version": "v1.1.1",
"description": "Sermon downloader is offered by sermonindex.net. This is a free to use and distribute. The purpose is to provide sermons download in a batch with single click capabilities to the user. It is made available for God's glory. Enjoy and rejoice inthe Lord! IF you liked it please feel free to send a note of encouragement to sermonindex.",
"main": "js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "electron .",
"postinstall": "electron-builder install-app-deps",
"build-win": "electron-builder --windows",
"build-mac": "electron-builder --macos",
"release": "electron-builder --mac --windows --linux --publish always"
},
"keywords": [
"sermondownloader",
"sermonindex"
],
"author": "Vincent L",
"license": "ISC",
"devDependencies": {
"download": "^8.0.0",
"electron": "^26.2.1",
"electron-builder": "^24.6.4",
"electron-log": "^4.1.2",
"jquery": "^3.5.0"
},
"dependencies": {
"electron-log": "^4.1.2",
"electron-squirrel-startup": "^1.0.0",
"jquery": "^3.5.0",
"needle": "^2.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VincentXE/SermonIndex-GUI"
},
"bugs": {
"url": "https://github.com/VincentXE/SermonIndex-GUI/issues"
},
"homepage": "https://github.com/VincentXE/SermonIndex-GUI#readme"
}