-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
98 lines (98 loc) · 2.49 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "emuflight-configurator",
"description": "Crossplatform configuration tool for Emuflight flight control system.",
"version": "0.4.3",
"max_msp": "1.54.0",
"COMMENT": "MAX_MSP required!!!!",
"main": "main.html",
"chromium-args": "--disable-features=nw2",
"bg-script": "js/eventPage.js",
"default_locale": "en",
"scripts": {
"start": "gulp debug",
"gulp": "gulp",
"test": "karma start test/karma.conf.js"
},
"window": {
"show": false,
"icon": "images/emu_icon_128.png",
"id": "main-window",
"min_width": 1024,
"min_height": 550
},
"repository": {
"type": "git",
"url": "github.com/emuflight/EmuConfigurator"
},
"webview": {
"partitions": [
{
"name": "map",
"accessible_resources": [
"tabs/map.html",
"js/tabs/map.js",
"/js/libraries/openlayers/ol.css",
"/js/libraries/openlayers/ol.js",
"/images/icons/cf_icon_position.png",
"/images/icons/cf_icon_position_nofix.png"
]
}
]
},
"author": "The Emuflight open source project.",
"license": "GPL-3.0",
"dependencies": {
"bluebird": "^3.7.2",
"configstore": "^5.0.1",
"dot-prop": "^6.0.1",
"i18next": "^21.3.1",
"i18next-xhr-backend": "^3.2.2",
"inflection": "1.12.0",
"jbox": "1.3.3",
"jquery": "3.4.1",
"jquery-textcomplete": "^1.8.5",
"jquery-ui-npm": "1.12.0",
"lru_map": "^0.3.3",
"marked": "^2.0.7",
"object-hash": "^3.0.0",
"request": "^2.88.2",
"short-unique-id": "^4.3.3",
"tslib": "^2.1.0",
"universal-ga": "^1.2.0"
},
"devDependencies": {
"chai": "^4.3.4",
"command-exists": "^1.2.9",
"del": "^6.0.0",
"electron-installer-dmg": "^3.0.0",
"follow-redirects": "^1.15.6",
"fs-extra": "^9.1.0",
"gulp": "^4.0.2",
"gulp-concat": "~2.6.1",
"gulp-debian": "~0.1.9",
"gulp-git": "^2.10.1",
"gulp-rename": "^2.0.0",
"gulp-yarn": "^3.0.0",
"gulp-zip": "^5.1.0",
"karma": "^6.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^2.0.2",
"makensis": "^0.23.4",
"mocha": "^8.1.3",
"nw-builder": "^3.5.7",
"os": "^0.1.2",
"rpm-builder": "^1.2.1",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"targz": "^1.0.1",
"temp": "^0.9.4",
"vinyl-source-stream": "^2.0.0",
"yarn": "1.22"
},
"optionalDependencies": {
"appdmg": "^0.6.6"
}
}