1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 20:30:05 +02:00
Files
gitlit/package.json
2018-10-10 15:11:12 +02:00

19 lines
367 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": "ssh://git@git.e.tern.al:22022/s2/gitlit.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron-packager": "^12.2.0"
}
}