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

37 lines
816 B
JSON

{
"name": "inav-configurator",
"description": "INAV Configurator",
"version": "1.7.2",
"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",
"gulp": "~3.9.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~3.0.0",
"gulp-concat": "~2.6.1",
"gulp-minify-css": "~1.2.4"
}
}