-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.12 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
{
"name": "webusb-rtlsdr-aircraft-radar-system",
"version": "2.0.0",
"description": "Demo of the airplanes tracker. After clicking on a button to start the connection with the RTL-SDR USB device, live data from an airplane is being displayed on the screen, include raw latitude, longitude, altitude.",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "rm -rf dist && parcel build && cp -v src/_headers dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pahlers/webusb-rtlsdr-aircraft-radar-system.git"
},
"author": "charliegerard",
"license": "ISC",
"bugs": {
"url": "https://github.com/pahlers/webusb-rtlsdr-aircraft-radar-system/issues"
},
"homepage": "https://github.com/pahlers/webusb-rtlsdr-aircraft-radar-system#readme",
"dependencies": {
"@parcel/service-worker": "^2.7.0",
"idb": "^7.1.0",
"mode-s-demodulator": "^1.0.1",
"rtlsdrjs": "github:pahlers/rtlsdrjs",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.7.0",
"@parcel/transformer-webmanifest": "^2.7.0",
"parcel": "^2.7.0"
}
}