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

27 lines
544 B
JSON

{
"name": "inav-configurator",
"description": "INAV Configurator",
"version": "1.6.0",
"main": "main.html",
"default_locale": "en",
"scripts": {
"start": "node_modules/nw/bin/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": {
"nw": "^0.18.0"
}
}