This repository was archived by the owner on Oct 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.28 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.28 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "idleyapp",
"version": "1.0.0",
"description": "Idley.gg's Official App from Idle Development",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"app": "electron ."
},
"keywords": [
"idley",
"idle",
"idledev",
"free",
"hosting",
"hosting",
"app",
"servers",
"minecraft"
],
"author": "Skyfallen, Inc.",
"license": "MIT",
"devDependencies": {
"electron": "^12.0.4"
},
"config": {
"forge": {
"make_targets": {
"win32": [
"squirrel"
]
},
"electronPackagerConfig": {
"packageManager": "npm",
"appCopyright": "Skyfallen, Inc.",
"ignore": [
".+.test.js",
".*.env",
".eslintrc",
".gitignore",
"README.md",
"yarn.lock",
".jshintrc",
".babelrc"
]
},
"electronWinstallerConfig": {
"name": "Idley App",
},
"electronInstallerDebian": {},
"electronInstallerRedhat": {},
"github_repository": {
"owner": "IdleDevelopment",
"name": "IdleyApp"
}
},
},
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.1",
"jquery": "^3.6.0",
"request": "^2.88.2"
}
}