-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.23 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "gitlit",
"version": "2.0.16",
"description": "",
"main": "app/main.js",
"build": {
"appId": "s2.gitlit",
"linux": {
"target": [
{
"target": "tar.gz",
"arch": [
"x64"
]
}
]
},
"win": {
"target": [
{
"target": "zip",
"arch": [
"x64"
]
}
]
}
},
"dependencies": {
"animate.css": "^4.1.1",
"bootstrap": "^4.6.0",
"ejs": "^3.1.6",
"ejs-render-remote": "^1.0.13",
"electron-find": "^1.0.6",
"electron-localshortcut": "^3.2.1",
"github-app-updater": "^1.0.5",
"jquery": "^3.6.0",
"material-design-icons": "^3.0.1",
"minimist": "^1.2.5",
"nonblockjs": "^1.0.8",
"pnotify": "^4.0.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"electron": "^13.1.2",
"electron-builder": "^22.11.7"
},
"scripts": {
"start": "electron .",
"pack": "electron-builder --linux --win portable nsis --dir --publish=never",
"dist": "electron-builder --linux --win portable nsis --publish=never"
},
"repository": {
"type": "git",
"url": "https://github.com/S2-/gitlit"
},
"author": "s2",
"license": "ISC"
}