rs1090-wasm
Version:
A real-time comprehensive Mode S and ADS-B data decoder
28 lines (27 loc) • 579 B
JSON
{
"name": "rs1090-wasm",
"collaborators": [
"Xavier Olive <git@xoolive.org>"
],
"description": "A real-time comprehensive Mode S and ADS-B data decoder",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xoolive/jet1090"
},
"files": [
"rs1090_wasm_bg.wasm",
"rs1090_wasm.js",
"rs1090_wasm.d.ts"
],
"main": "rs1090_wasm.js",
"homepage": "https://github.com/xoolive/jet1090",
"types": "rs1090_wasm.d.ts",
"keywords": [
"aircraft",
"ADS-B",
"Mode-S",
"decoding"
]
}