{ "name": "inav-configurator", "description": "INAV Configurator", "version": "1.6.3", "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" } }