-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.18 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
{
"name": "swgpc-launcher",
"version": "1.0.1",
"description": "Project Carbonite Launcher",
"main": "main.js",
"scripts": {
"start": "electron .",
"build-win": "build --win --ia32",
"build-linux": "build --linux --x64",
"build-mac": "build --mac --x64"
},
"repository": "https://github.com/DasBoogles/SWGPC-Launcher",
"homepage": "http://projectcarbonite.net",
"keywords": [
"project",
"carbonite",
"wars",
"launcher",
"installer",
"swg",
"star",
"wars",
"galaxies",
"emulator",
"emu",
"swgemu"
],
"author": "Progor adapted by Tyclo adapted by Vlad",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^2.0.13",
"electron-builder": "^20.31.2"
},
"dependencies": {
"adm-zip": "^0.4.11",
"electron-is-dev": "^0.2.0",
"electron-log": "^2.2.17",
"electron-updater": "^3.0.3",
"follow-redirects": "^1.5.9",
"mkdirp": "^0.5.1",
"random-access-file": "^1.8.1",
"request": "^2.88.0"
},
"build": {
"productName": "Project Carbonite Launcher",
"win": {
"target": [
"nsis",
"zip"
]
},
"nsis": {
"perMachine": true
}
}
}