1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 20:30:05 +02:00

switch to electron-builder

This commit is contained in:
s2
2019-06-17 17:35:36 +02:00
parent 5fef5c7236
commit 769ea1ce73
92663 changed files with 3037 additions and 637429 deletions

View File

@@ -1,19 +1,57 @@
{
"name": "gitlit",
"version": "1.0.0",
"version": "1.0.9",
"description": "",
"main": "app/main.js",
"build": {
"appId": "s2.gitlit",
"win": {
"target": [
{
"target": "zip",
"arch": [
"x64"
]
}
]
},
"linux": {
"target": [
{
"target": "tar.gz",
"arch": [
"x64"
]
}
]
}
},
"dependencies": {
"animate.css": "^3.5.2",
"bootstrap": "^4.1.3",
"ejs": "^2.6.1",
"electron-find": "^1.0.6",
"electron-localshortcut": "^3.1.0",
"jquery": "^3.3.1",
"material-design-icons": "^3.0.1",
"minimist": "^1.2.0",
"nonblockjs": "^1.0.8",
"pnotify": "^4.0.0-alpha.4",
"popper.js": "^1.14.3"
},
"devDependencies": {
"electron": "^3.0.3",
"electron-builder": "^20.43.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "https://github.com/S2-/gitlit"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron-packager": "^12.2.0"
},
"keywords": ["git", "lfs", "locking", "git-locks"]
"author": "s2",
"license": "ISC"
}