{ "name": "gitlit", "version": "1.3.0", "description": "", "main": "app/main.js", "build": { "appId": "s2.gitlit", "linux": { "target": [ { "target": "tar.gz", "arch": [ "x64" ] } ] }, "win": { "target": [ { "target": "zip", "arch": [ "x64" ] } ] } }, "dependencies": { "animate.css": "^3.5.2", "bootstrap": "^4.1.3", "ejs": "^2.6.1", "ejs-render-remote": "^1.0.7", "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": { "start": "electron .", "pack": "electron-builder --linux --win --dir", "dist": "electron-builder --linux --win" }, "repository": { "type": "git", "url": "https://github.com/S2-/gitlit" }, "author": "s2", "license": "ISC" }