-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.01 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
{
"name": "pinger",
"version": "1.0.0",
"description": "Small app for continues ping and display as tray icon",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"package": "electron-packager . pinger --overwrite --platform=win32 --arch=x64 --icon=images/favicon.ico --prune=true --out=releaseBuilds --version-string.CompanyName=RareLoot --version-string.FileDescription=\"Small app for continues ping and display as tray icon.\" --version-string.ProductName=\"RareLoot Pinger\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fchen48/Pinger.git"
},
"author": "RareLoot",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Fchen48/Pinger/issues"
},
"homepage": "https://github.com/Fchen48/Pinger#readme",
"devDependencies": {
"electron": "^4.0.1"
},
"dependencies": {
"auto-launch": "^5.0.5",
"electron-config": "^2.0.0",
"fs-extra": "^7.0.1",
"jimp": "^0.6.0"
}
}