node-red-contrib-tak-registration
Version:
A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "node-red-contrib-tak-registration",
"version": "0.12.1",
"description": "A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK",
"dependencies": {
"@turf/turf": "6.5.0",
"adm-zip": "0.5.14",
"axios": "1.7.2",
"fast-xml-parser": "4.4.0",
"form-data": "4.0.0",
"long": "5.2.3",
"protobufjs": "7.3.2",
"uuid": "10.0.0"
},
"bundledDependencies": [
"@turf/turf",
"adm-zip",
"axios",
"fast-xml-parser",
"form-data",
"long",
"protobufjs",
"uuid"
],
"repository": {
"type": "git",
"url": "https://github.com/dceejay/takreg/tree/master/"
},
"license": "Apache-2.0",
"keywords": [
"TAK",
"COT",
"node-red"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"tak registration": "tak-registration.js",
"tak ingest": "tak-ingest.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "dceejay@gmail.com"
},
"engines": {
"node": ">=14"
}
}