1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 20:30:05 +02:00
Files
gitlit/app/package.json
2018-05-19 16:26:40 +02:00

29 lines
573 B
JSON

{
"name": "gitlit",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"bootstrap": "^4.1.1",
"ejs": "^2.6.1",
"electron-in-page-search": "^1.3.2",
"electron-localshortcut": "^3.1.0",
"jquery": "^3.3.1",
"minimist": "^1.2.0",
"pnotify": "^4.0.0-alpha.4",
"popper.js": "^1.14.3"
},
"devDependencies": {
"electron": "^2.0.1"
},
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://git.e.tern.al/s2/gitlit"
},
"author": "",
"license": "ISC"
}