This repository has been archived by the owner on Mar 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.9 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
{
"name": "TaunuslifeRPG",
"version": "1.1.6",
"description": "TaunusLifeRPG Launcher",
"homepage": "https://github.com/Kaibu",
"author": "Kaibu",
"main": "main.js",
"readme": "README.md",
"scripts": {
"start": "electron .",
"pack": "build --target dir",
"dist": "build",
"test": "standard"
},
"standard": {
"ignore": [
"config.js"
]
},
"build": {
"appId": "taunusliferpg.de",
"mac.category": "launcher.application",
"win": {
"title": "TaunusLifeRPG Launcher",
"iconUrl": "https://webstorage1.gaming-provider.com/dwcentral/taunusliferpg/launcher-update/taunusliferpgicon.ico",
"remoteReleases": "https://webstorage1.gaming-provider.com/dwcentral/taunusliferpg/launcher-update",
"target": "squirrel"
},
"squirrelWindows": {
"setupIcon": "build/icon.ico"
}
},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "1.4.15",
"electron-builder": "10.15.1",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-jsx": "^3.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1",
"standard": "*"
},
"contributors": [
{
"name": "Kaibu",
"email": "[email protected]",
"url": "https://github.com/Kaibu"
}
],
"dependencies": {
"alertify": "^0.3.0",
"angular": "^1.6.0",
"angular-tooltips": "^1.1.8",
"bootstrap": "^3.3.7",
"electron-json-storage": "^2.1.0",
"electron-squirrel-startup": "1.0.0",
"font-awesome": "^4.7.0",
"hasha": "^2.2.0",
"humanize-duration": "^3.10.0",
"icheck": "^1.0.2",
"jquery": "^3.1.1",
"jsonist": "^1.3.0",
"mkpath": "1.0.0",
"perfect-scrollbar": "^0.6.15",
"progress-stream": "1.2.0",
"request": "^2.79.0",
"request-progress": "^3.0.0",
"tether": "^1.4.0",
"winreg": "^1.2.3"
}
}