-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.57 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.57 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
{
"name": "fettec-esc-config",
"version": "0.1.40",
"description": "Configuration tool for FETtec devices",
"main": "src/js/launcher_nw.js",
"single-instance": true,
"scripts": {
"start": "gulp debug",
"postinstall": "platform-dependent-modules",
"gulp": "gulp",
"build": "gulp release",
"build_all": "gulp release --osx64 --win32 --win64 --linux64 --chromeos"
},
"window": {
"title": "FETtec Configurator",
"icon": "src/images/fettec-256x256.png",
"min_width": 900,
"min_height": 650,
"fullscreen": false,
"resizable": true,
"toolbar": true,
"frame": true
},
"chromium-args": "--disable-features=nw2 --child-clean-exit --enable-webgl --ignore-gpu-blacklist --disable-pinch",
"webkit": {
"plugin": true
},
"repository": {
"type": "git",
"url": "https://github.com/FETtec/ESC-Configurator"
},
"author": "FETtec",
"license": "GPL-3.0",
"devDependencies": {
"archiver": "^3.0.0",
"command-exists": "^1.2.8",
"del": "^4.1.0",
"follow-redirects": "^1.7.0",
"fs-extra": "^7.0.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-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": [
"appdmg@0.6.0"
]
}
}
}