forked from iNavFlight/inav-configurator
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·65 lines (65 loc) · 1.91 KB
/
package.json
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
59
60
61
62
63
64
65
{
"name": "ARDUPILOT-configurator",
"description": "ARDUPILOT Configurator",
"version": "0.0.1",
"main": "pre-startup.js",
"default_locale": "en",
"scripts": {
"__comment0__": " npm run gulp build",
"prestart": "node node_modules/gulp/bin/gulp.js build",
"__comment1__": "npm run dev",
"dev": "cp main-dev.html main.html ; node node_modules/nw/bin/nw --remote-debugging-port=9222 --enable-logging=stderr --load-extension=. .",
"__comment2__": "npm start or npm run start",
"start": "node node_modules/nw/bin/nw --remote-debugging-port=9222 --load-extension=. .",
"__comment3__": "npm run gulp",
"gulp": "gulp",
"__comment4__": "npm run nw",
"nw": "nw",
"__comment5__": "npm run gulp dist",
"__comment6__": "npm run gulp release"
},
"window": {
"title": "ARDUPILOT Configurator",
"icon": "images/ARDUPILOT_icon_128.png",
"toolbar": true,
"width": 1024,
"height": 800
},
"repository": {
"type": "git",
"url": "github.com/davidbuzz/ardu-configurator"
},
"author": "davidbuzz",
"license": "GPL-3.0",
"dependencies": {
"archiver": "^2.0.3",
"backbone": "^1.4.0",
"bluebird": "3.4.1",
"chrome-apps-serialport": "^1.0.8",
"del": "^3.0.0",
"fs": "0.0.1-security",
"glob": "^7.1.7",
"glob-promise": "^4.1.0",
"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",
"jspack": "file:backend/local_modules/jspack",
"long": "file:backend/local_modules/long",
"marked": "^0.3.17",
"mavlink": "file:backend/local_modules/mavlink_ardupilotmega_v2.0",
"minimist": "^1.2.0",
"nw": "^0.50.3-sdk",
"nw-dialog": "^1.0.7",
"openlayers": "^4.6.5",
"temp": "^0.8.3",
"three": "^0.110.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"nw-builder": "^3.5.7",
"semver": "6.3.0"
}
}