-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "R3V2",
"version": "1.0.0",
"license": "GPL-2",
"author": "R3V2 Team",
"main": "App/index.htm",
"repository": "https://github.com/themitosan/R3ditor-V2",
"description": "This is the second version of the best software for Resident Evil 3 modding",
"js-flags": "--disable-devtools --disable-web-security --allow-file-access-from-files --allow-file-access",
"keywords": [
"R3V2",
"nw.js",
"Electron",
"R3ditor V2",
"node-webkit"
],
"window": {
"width": 1280,
"height": 700,
"frame": true,
"toolbar": false,
"min_width": 1280,
"min_height": 700,
"fullscreen": false,
"position": "center",
"theme-color": "#000",
"icon": "App/img/logo.png",
"title": "R3ditor V2 - Please wait..."
},
"dependencies": {
"nw": "0.38.4-sdk",
"memoryjs": "^3.2.3",
"fs-extra": "^8.1.0",
"jsonfile": "^4.0.0",
"node-fetch": "^2.6.7",
"graceful-fs": "^4.2.9",
"discord-rpc": "^4.0.1",
"universalify": "^2.0.0"
},
"scripts": {
"start": "nw"
}
}