Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49e9fa76ccf464bd6017e8c71f81067fcd133ff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "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"
  }
}