betaflight-configurator/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "betaflight-configurator",
"description": "Crossplatform configuration tool for Betaflight flight control system.",
2017-12-05 21:09:21 +00:00
"version": "10.0.0",
"main": "main.html",
"default_locale": "en",
"scripts": {
"start": "node_modules/gulp/bin/gulp.js dist && node_modules/nw/bin/nw .",
"_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": {
"title": "Betaflight Configurator",
"icon": "images/bf_icon_128.png",
"toolbar": true,
"width": 1280,
"height": 800
},
"repository": {
"type": "git",
"url": "github.com/betaflight/betaflight-configurator"
},
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
"dependencies": {},
"devDependencies": {
"archiver": "^2.0.3",
"del": "^3.0.0",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.1",
"gulp-install": "^1.1.0",
"inflection": "1.12.0",
"jquery-ui-npm": "1.12.0",
"nw-builder": "^3.4.1",
"os": "^0.1.1",
"platform-dependent-modules": "0.0.14",
"run-sequence": "^2.2.0",
"temp": "^0.8.3"
},
"config": {
"platformDependentModules": {
"darwin": [
"gulp-appdmg@1.0.3"
]
}
}
}