-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 764 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 764 Bytes
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": "jarg",
"productName": "Jarg",
"version": "0.2.0",
"description": "Just another Restic GUI",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "electron-builder"
},
"build": {
"appId": "ch.rgw.jarg",
"mac": {
"category": "ch.rgw.tools",
"icon": "dist/.icon-icns/icon.icns",
"target": "pkg"
}
},
"repository": {
"type": "git",
"url": "https://github.com/rgwch/jarg"
},
"keywords": [
"restic",
"restic-gui"
],
"author": "rgwch",
"license": "MIT",
"devDependencies": {
"electron": ">=18.3.7",
"electron-builder": "^20.40.2",
"electron-packager": "^13.1.1"
},
"dependencies": {
"electron-store": "^3.2.0",
"fix-path": "^2.1.0"
}
}