mirror of
https://github.com/S2-/gitlit
synced 2025-08-02 12:20:05 +02:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "gitlit",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app/main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/S2-/gitlit"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"electron-packager": "^12.2.0"
|
|
}
|
|
}
|