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

32 lines
686 B
JSON

{
"name": "inav-configurator",
"description": "INAV Configurator",
"version": "1.7.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",
"jquery": "2.1.4",
"jquery-ui-npm": "1.12.0",
"three": "0.72.0",
"inflection": "1.12.0",
"bluebird": "3.4.1"
}
}