forked from betaflight/betaflight-configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.14 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
{
"name": "betaflight-configurator",
"description": "Crossplatform configuration tool for Betaflight flight control system.",
"version": "10.5.0",
"main": "main_nwjs.html",
"bg-script": "js/eventPage.js",
"default_locale": "en",
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js debug",
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
"postinstall": "npm run _postinstall",
"gulp": "gulp",
"test": "karma start test/karma.conf.js"
},
"window": {
"show": false,
"icon": "images/bf_icon_128.png"
},
"repository": {
"type": "git",
"url": "github.com/betaflight/betaflight-configurator"
},
"webview": {
"partitions": [
{
"name": "map",
"accessible_resources": [
"tabs/map.html",
"js/tabs/map.js",
"/images/icons/cf_icon_position.png"
]
}
]
},
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
"dependencies": {
"i18next": "^13.0.0",
"i18next-xhr-backend": "^1.5.1",
"lru_map": "^0.3.3",
"marked": "^0.5.2",
"object-hash": "^1.3.1",
"short-unique-id": "^1.1.1",
"universal-ga": "^1.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"command-exists": "^1.2.8",
"del": "^3.0.0",
"follow-redirects": "^1.5.10",
"fs-extra": "^7.0.1",
"gulp": "~4.0.0",
"gulp-concat": "~2.6.1",
"gulp-debian": "~0.1.8",
"gulp-git": "^2.8.0",
"gulp-install": "^1.1.0",
"gulp-rename": "^1.4.0",
"gulp-zip": "^4.1.0",
"inflection": "1.12.0",
"jquery-ui-npm": "1.12.0",
"karma": "^3.1.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^2.0.2",
"makensis": "^0.16.3",
"mocha": "^5.2.0",
"nw-builder": "^3.5.6",
"os": "^0.1.1",
"platform-dependent-modules": "0.0.14",
"rpm-builder": "^0.7.0",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"targz": "^1.0.1",
"temp": "^0.9.0"
},
"config": {
"platformDependentModules": {
"darwin": [
]
}
}
}