betaflight-configurator/package.json

94 lines
2.3 KiB
JSON
Raw Normal View History

{
"name": "betaflight-configurator",
"description": "Crossplatform configuration tool for Betaflight flight control system.",
"version": "10.7.0",
"main": "main_nwjs.html",
2018-01-24 23:37:07 +00:00
"bg-script": "js/eventPage.js",
"default_locale": "en",
"scripts": {
"start": "gulp debug",
2018-05-29 21:53:35 +00:00
"gulp": "gulp",
"release": "gulp release",
2018-06-01 16:46:10 +00:00
"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"
},
2018-01-19 12:10:23 +00:00
"webview": {
"partitions": [
{
"name": "map",
"accessible_resources": [
"tabs/map.html",
"js/tabs/map.js",
"/js/libraries/openlayers/ol.css",
2019-02-27 17:32:23 +00:00
"/js/libraries/openlayers/ol.js",
2019-04-03 10:35:06 +00:00
"/images/icons/cf_icon_position.png",
"/images/icons/cf_icon_position_nofix.png"
]
2018-01-19 12:10:23 +00:00
}
]
},
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
2019-08-20 11:22:52 +00:00
"engines": {
"node": "10.x"
},
2018-01-25 12:45:55 +00:00
"dependencies": {
"bluebird": "^3.5.5",
"djv": "^2.1.3-alpha.0",
"i18next": "^18.0.1",
2019-08-12 21:52:48 +00:00
"i18next-xhr-backend": "^3.1.1",
"inflection": "1.12.0",
2019-08-12 21:52:48 +00:00
"jbox": "1.0.5",
"jquery": "3.4.1",
"jquery-textcomplete": "^1.8.5",
"jquery-ui-npm": "1.12.0",
"lru_map": "^0.3.3",
2019-08-12 21:52:48 +00:00
"marked": "^0.7.0",
"object-hash": "^1.3.1",
"semver-min": "^0.6.5",
2018-08-02 10:02:19 +00:00
"short-unique-id": "^1.1.1",
"universal-ga": "^1.2.0"
2018-01-25 12:45:55 +00:00
},
"devDependencies": {
"chai": "^4.2.0",
"command-exists": "^1.2.8",
2019-08-12 21:52:48 +00:00
"del": "^5.0.0",
"follow-redirects": "^1.6.1",
2019-08-12 21:52:48 +00:00
"fs-extra": "^8.1.0",
2019-05-08 13:39:21 +00:00
"gulp": "^4.0.2",
"gulp-concat": "~2.6.1",
2018-01-17 14:30:44 +00:00
"gulp-debian": "~0.1.8",
"gulp-git": "^2.9.0",
"gulp-rename": "^1.4.0",
2019-05-08 13:39:21 +00:00
"gulp-yarn": "^2.0.0",
2019-08-12 21:52:48 +00:00
"gulp-zip": "^5.0.0",
"karma": "^4.0.1",
2018-05-29 21:53:35 +00:00
"karma-chai": "^0.1.0",
2019-08-12 21:52:48 +00:00
"karma-chrome-launcher": "^3.0.0",
2018-05-29 21:53:35 +00:00
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^2.0.2",
2019-08-12 21:52:48 +00:00
"makensis": "^0.18.1",
"mocha": "^6.1.4",
"nw-builder": "^3.5.7",
"os": "^0.1.1",
"rpm-builder": "^1.0.0",
"sinon": "^7.2.3",
"sinon-chai": "^3.3.0",
2018-05-13 19:00:56 +00:00
"targz": "^1.0.1",
"temp": "^0.9.0",
"vinyl-source-stream": "^2.0.0",
"yarn": "^1.17.3"
},
"optionalDependencies": {
"gulp-appdmg": "^1.0.3"
}
}