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

initial commit

This commit is contained in:
s2
2018-05-18 10:48:24 +02:00
commit f96e61fd63
1674 changed files with 277039 additions and 0 deletions

24
app/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "gitlit",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"bootstrap": "^4.1.1",
"ejs": "^2.6.1",
"electron-localshortcut": "^3.1.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"electron": "^2.0.1"
},
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://git.e.tern.al/s2/gitlit"
},
"author": "",
"license": "ISC"
}