You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/package.json

60 lines
1.4 KiB
JSON

{
"name": "inav-configurator",
"description": "INAV Configurator",
"version": "7.1.0",
"main": "main.html",
"default_locale": "en",
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js build && node node_modules/nw/bin/nw .",
"gulp": "gulp",
"nw": "nw"
},
"window": {
"title": "INAV Configurator",
"icon": "images/inav_icon_128.png",
"toolbar": true,
"width": 1024,
"height": 800
},
"repository": {
"type": "git",
"url": "github.com/iNavFlight/inav-configurator"
},
"author": "iNavFlight",
"license": "GPL-3.0",
"dependencies": {
"archiver": "^2.0.3",
"bluebird": "3.4.1",
"command-exists": "^1.2.8",
"del": "^3.0.0",
"fs": "0.0.1-security",
"graceful-fs": "^4.2.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"inflection": "1.12.0",
"jquery": "2.1.4",
"jquery-textcomplete": "^1.8.5",
"jquery-ui-npm": "1.12.0",
"marked": "^0.3.17",
"minimist": "^1.2.0",
"nw": "^0.81.0",
"nw-dialog": "^1.0.7",
"openlayers": "^4.6.5",
"plotly": "^1.0.6",
"temp": "^0.8.3",
"three": "0.139.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@quanle94/innosetup": "^6.0.2",
"gulp-debian": "^0.1.9",
"gulp-rename": "^2.0.0",
"nw-builder": "3.8.6",
"rpm-builder": "^1.2.1",
"semver": "6.3.0"
},
"optionalDependencies": {
"appdmg": "^0.6.2"
}
}