forked from dpwhittaker/RoC-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.06 KB
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
{
"name": "roc-launcher",
"version": "0.9.7",
"description": "Relics of Corbantis Official SWGEMU Launcher",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "build --win --ia32 -p always"
},
"repository": "https://github.com/dpwhittaker/roc-launcher",
"homepage": "http://relicsofcorbantis.com",
"keywords": [
"relics of corbantis",
"launcher",
"installer",
"swg",
"star",
"wars",
"galaxies",
"emulator",
"emu",
"swgemu"
],
"author": "Progor at Relics of Corbantis",
"license": "CC0-1.0",
"devDependencies": {
"electron": "~1.6.2",
"electron-builder": "^19.13.0"
},
"dependencies": {
"adm-zip": "^0.4.7",
"electron-is-dev": "^0.2.0",
"electron-log": "^2.2.7",
"electron-updater": "^2.4.5",
"follow-redirects": "^1.2.4",
"random-access-file": "^1.8.1",
"request": "^2.81.0"
},
"build": {
"productName": "RoC Launcher",
"win": {
"target": [
"nsis",
"zip"
]
},
"nsis": {
"perMachine": true
}
}
}