-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
{
"name": "anemoigroundstation",
"version": "1.0.0",
"description": "Ground Control Station for UAV System, Mission Planning and Tracking as well as servicing, configuring and debugging",
"main": "main.js",
"scripts": {
"start": "electron . --no-sandbox",
"build": "bash build.sh gcc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ashishkumar4/AnemoiGroundStation.git"
},
"keywords": [
"uav",
"gcs",
"configurator",
"commandcenter"
],
"author": "Ashish Kumar Singh",
"binary": {
"module_name": "Drone",
"module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"host": "https://node-pre-gyp-tests.s3-us-west-1.amazonaws.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ashishkumar4/AnemoiGroundStation/issues"
},
"homepage": "https://github.com/ashishkumar4/AnemoiGroundStation#readme",
"dependencies": {
"@mdi/font": "^4.0.96",
"bindings": "^1.5.0",
"bulma": "^0.7.5",
"node-pre-gyp": "^0.13.0"
},
"gypfile": true,
"devDependencies": {}
}