betaflight-configurator/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "betaflight-configurator",
"description": "Crossplatform configuration tool for Betaflight flight control system.",
2018-01-23 23:59:34 +00:00
"version": "10.2.0",
"main": "main_nwjs.html",
2018-01-24 23:37:07 +00:00
"bg-script": "js/eventPage.js",
"default_locale": "en",
"scripts": {
2017-12-07 19:10:38 +00:00
"start": "node node_modules/gulp/bin/gulp.js debug",
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
2017-11-25 11:45:41 +00:00
"postinstall": "npm run _postinstall",
2017-11-25 12:23:00 +00:00
"gulp": "gulp"
},
"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",
"tabs/map.js",
"/images/icons/cf_icon_position.png"
]
2018-01-19 12:10:23 +00:00
}
]
},
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
2018-01-25 12:45:55 +00:00
"dependencies": {
"i18next": "^10.3.0",
"i18next-xhr-backend": "^1.5.1"
},
"devDependencies": {
2018-01-29 15:14:24 +00:00
"command-exists": "^1.2.2",
"del": "^3.0.0",
2018-01-10 14:36:12 +00:00
"gulp": "~4.0.0",
"gulp-concat": "~2.6.1",
2018-01-17 14:30:44 +00:00
"gulp-debian": "~0.1.8",
"gulp-install": "^1.1.0",
2018-01-05 17:58:27 +00:00
"gulp-rename": "~1.2.2",
"gulp-zip": "^4.1.0",
"inflection": "1.12.0",
"jquery-ui-npm": "1.12.0",
"makensis": "^0.9.0",
"nw-builder": "^3.4.1",
"os": "^0.1.1",
"platform-dependent-modules": "0.0.14",
2018-01-29 15:14:24 +00:00
"rpm-builder": "^0.6.1",
2018-01-10 14:36:12 +00:00
"temp": "^0.8.3"
},
"config": {
"platformDependentModules": {
"darwin": [
"gulp-appdmg@1.0.3"
]
}
}
}