smithtek-nodered-lora-aes
Version:
AES security for the PassPort LoRa Module
24 lines (23 loc) • 505 B
JSON
{
"name": "smithtek-nodered-lora-aes",
"version": "1.8.0",
"description": "AES security for the PassPort LoRa Module",
"main": "smithtek-nodered-lora-aes.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"keywords": [
"node-red",
"smithtek",
"nodered",
"lora",
"aes"
],
"author": "Your Name",
"license": "ISC",
"node-red": {
"nodes": {
"smithtek-nodered-lora-aes": "smithtek-nodered-lora-aes.js"
}
}
}