-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.9 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.9 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
65
66
67
68
69
70
71
{
"name": "intercraft-launcher",
"version": "0.3.0",
"description": "Official launcher for the InterCraft server",
"main": "app/main.js",
"scripts": {
"debug": "electron-inspector",
"test": "node test/tests.js",
"postinstall": "install-app-deps",
"start": "electron ./app --enable-logging",
"dev": "NODE_ENV='development' npm run start",
"dist:win": "build --win",
"dist:mac": "build --mac",
"dist:linux": "build --linux"
},
"repository": {
"type": "git",
"url": "git@github.com:InterCraftOfficial/InterCraftLauncher.git"
},
"author": "David Ludwig",
"license": "GPL v3",
"dependencies": {
"async": "^2.5.0",
"connectivity": "^1.0.0",
"download-file": "^0.1.5",
"ejs": "^2.5.7",
"ejs-electron": "^2.0.1",
"electron-simple-ipc": "https://github.com/SirDavidLudwig/electron-simple-ipc",
"fs-jetpack": "^1.0.0",
"got": "^7.0.0",
"is-running": "^2.1.0",
"jquery": "^3.2.1",
"jsonfile": "^3.0.0",
"locale": "^0.1.0",
"node-cmd": "^3.0.0",
"os-locale": "^2.1.0",
"rimraf": "^2.6.1",
"string-argv": "0.0.2",
"underscore": "^1.8.3",
"unzip": "^0.1.11",
"winreg": "^1.2.4"
},
"devDependencies": {
"electron": "^1.6.11",
"electron-builder": "^19.4.2",
"electron-css-reload": "^1.0.8",
"electron-packager": "^8.7.1",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.4.1",
"gulp-copy": "^1.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-js-minify": "0.0.3",
"gulp-jsonmin": "^1.1.0",
"gulp-minify": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-watch": "^4.3.11",
"minimist": "^1.2.0",
"object-keys": "^1.0.11",
"rollup": "^0.41.6",
"test": "^0.6.0"
},
"build": {
"appId": "com.intercraftmc.launcher",
"win": {}
}
}