This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "viur-control",
"version": "0.31.0",
"description": "The better App Engine Launcher",
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "electron . --debug",
"package": "npm-run-all package:*",
"package:mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --out=out --icon=assets/img/viur.icns --osx-sign.identity='Developer ID Application: Mausbrand' --extend-info=assets/mac/info.plist",
"package:win": "electron-packager . --overwrite --platform=win32 --arch=x64 --out=out",
"package:linux": "electron-packager . --overwrite --platform=linux --arch=x64 --out=out && bash build_tools/linux/optimize_package.sh",
"deb64": "electron-installer-debian --src out/viur-control-linux-x64/ --dest out/installers/ --config build_tools/linux/ubuntu/debian-options.json"
},
"keywords": [
"development",
"electron",
"gcloud",
"google",
"app engine",
"python",
"typescript",
"viur"
],
"author": "Stefan Kögl <[email protected]>",
"homepage": "https://github.com/viur-framework/control",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/viur-framework/control.git"
},
"devDependencies": {
"@types/electron-store": "^1.3.1",
"@types/node": "^10.17.51",
"devtron": "^1.4.0",
"electron": "^13.6.6",
"electron-installer-debian": "^2.0.1",
"electron-installer-redhat": "^2.0.0",
"electron-installer-windows": "^2.0.0",
"electron-ipc-log": "^3.0.1",
"electron-packager": "^10.1.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-strip-debug": "^3.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"typescript": "^3.9.7"
},
"dependencies": {
"ajv": "^6.12.6",
"async": "^3.2.2",
"class-transformer": "^0.3.1",
"deep-extend": "^0.5.1",
"electron-localshortcut": "^2.0.2",
"electron-positioner": "^3.0.1",
"electron-store": "^1.3.0",
"fs-extra": "^4.0.3",
"globby": "^7.1.1",
"http-proxy-agent": "^2.1.0",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"moment": "^2.29.2",
"mustache": "^2.3.2",
"npm": "^6.14.11",
"ps-node": "^0.1.6",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"sshpk": "^1.16.1",
"underscore": "^1.12.0",
"uuid": "^3.4.0",
"var": "^0.3.2",
"yauzl": "^2.10.0"
}
}