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: 9c3726952a1f8da470f90fe4e7e365861c9692c8 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "name": "inav-configurator",
  "description": "INAV Configurator",
  "version": "6.0.0",
  "main": "main.html",
  "default_locale": "en",
  "scripts": {
    "start": "node node_modules/gulp/bin/gulp.js build && node node_modules/nw/bin/nw .",
    "gulp": "gulp",
    "nw": "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": {
    "archiver": "^2.0.3",
    "bluebird": "3.4.1",
    "command-exists": "^1.2.8",
    "del": "^3.0.0",
    "fs": "0.0.1-security",
    "graceful-fs": "^4.2.0",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "inflection": "1.12.0",
    "jquery": "2.1.4",
    "jquery-ui-npm": "1.12.0",
    "marked": "^0.3.17",
    "minimist": "^1.2.0",
    "nw": "^0.61.0",
    "nw-dialog": "^1.0.7",
    "openlayers": "^4.6.5",
    "plotly": "^1.0.6",
    "temp": "^0.8.3",
    "three": "0.139.0",
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "gulp-debian": "^0.1.9",
    "gulp-rename": "^2.0.0",
    "nw-builder": "^3.5.7",
    "rpm-builder": "^1.2.1",
    "semver": "6.3.0",
    "@quanle94/innosetup": "^6.0.2"
  },
  "optionalDependencies": {
    "appdmg": "^0.6.2"
  }
}