-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "pepefe",
"version": "1.0.0-beta",
"description": "Unofficial desktop notification for free ebook from Packtpub",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"package-win": "electron-packager . --overwrite --asar=true --platform=win32 --arch=ia32 --icon=book.ico --prune=true --out=build && npm run exe-info && npm run copy-icon && npm run zip",
"exe-info": "scripts\\package-info.bat && npm run copy-icon",
"copy-icon": "copy book.png build\\pepefe-win32-ia32",
"zip": "node scripts\\zip.js"
},
"keywords": [
"ebook",
"free",
"desktop",
"electron",
"packtpub",
"notification"
],
"author": "Equan Pr.",
"license": "MIT",
"dependencies": {
"auto-launch": "^5.0.1",
"bunyan": "^1.8.10",
"cheerio": "^1.0.0-rc.1",
"electron-positioner": "^3.0.0",
"is-online": "^7.0.0",
"node-schedule": "^1.2.3",
"request": "^2.81.0"
},
"devDependencies": {
"electron": "^1.7.3",
"electron-packager": "^8.7.2",
"archiver": "^1.3.0"
},
"false": {}
}