-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
65 lines (65 loc) · 1.74 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
57
58
59
60
61
62
63
64
65
{
"name": "kiss-gui",
"main": "start.js",
"version": "2.0.34",
"description": "KISSFC Configuration tool",
"single-instance": true,
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js debug",
"postinstall": "node node_modules/platform-dependent-modules/cli.js",
"gulp": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js release",
"build_all": "node node_modules/gulp/bin/gulp.js release --osx64 --win32 --win64 --linux64 --chromeos"
},
"window": {
"title": "KISS GUI",
"icon": "images/icon_128.png",
"min_width": 900,
"min_height": 600,
"fullscreen": false,
"resizable": true,
"toolbar": true,
"frame": true
},
"repository": {
"type": "git",
"url": "github.com/flyduino/kissfc-chrome-gui"
},
"author": "Flyduino, Alexander Fedorov & Carsten Wache",
"license": "GPL-3.0",
"chromium-args": "--disable-features=nw2 --child-clean-exit --enable-webgl --ignore-gpu-blacklist --disable-pinch",
"webkit": {
"plugin": true
},
"devDependencies": {
"archiver": "^3.0.0",
"command-exists": "^1.2.8",
"del": "^4.1.0",
"follow-redirects": "^1.7.0",
"fs-extra": "^7.0.1",
"fs-xattr": "^0.3.1",
"git-rev-sync": "^1.12.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-git": "^2.9.0",
"gulp-rename": "^1.4.0",
"gulp-yarn": "^2.0.0",
"gulp-zip": "^4.2.0",
"makensis": "^0.18.1",
"nw": "^0.37.4",
"nw-dialog": "^1.0.7",
"nw-builder": "^3.5.7",
"os": "^0.1.1",
"platform-dependent-modules": "0.0.14",
"rpm-builder": "^1.1.0",
"targz": "^1.0.1",
"temp": "^0.9.0"
},
"config": {
"platformDependentModules": {
"darwin": [
]
}
}
}