-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "bookle",
"version": "1.0.0",
"description": "A desktop application for getting access to varieties of paid books for free",
"main": "index.js",
"scripts": {
"start": "electron .",
"test": "standard && ./test/test.js",
"dist": "build"
},
"build": {
"appId": "com.halhan.bookle",
"win": {
"target": "nsis",
"icon": "build/icon.ico"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/doc-han/bookle.git"
},
"keywords": [
"books",
"pdf",
"amazon",
"free"
],
"author": "Farhan Yahya",
"license": "MIT",
"bugs": {
"url": "https://github.com/doc-han/bookle/issues"
},
"homepage": "https://github.com/doc-han/bookle#readme",
"devDependencies": {
"electron": "^5.0.2",
"electron-builder": "^20.43.0",
"electron-packager": "^13.1.1"
},
"dependencies": {
"follow-redirects": "^1.7.0",
"jquery": "^3.4.1",
"libgenesis": "^1.1.9",
"mt-files-downloader": "^0.2.5",
"uid-generator": "^2.0.0"
}
}