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.15.0",
"description": "A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK",
"dependencies": {
"@turf/turf": "7.2.0",
"adm-zip": "0.5.16",
"axios": "1.9.0",
"fast-xml-parser": "5.2.3",
"form-data": "4.0.2",
"long": "5.3.2",
"protobufjs": "7.5.2",
"uuid": "11.1.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"
}
}