-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 840 Bytes
/
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
{
"name": "node-red-contrib-lorawan-packet-decrypt-nwkey-appkey",
"version": "1.0.10",
"description": "Node-RED LoRaWAN packet Decrypter using NW Key and APP Key",
"author": {
"name": "Markus van Kempen",
"email": "[email protected]"
},
"repository" : {
"type":"git",
"url":"https://github.com/markusvankempen/node-red-contrib-lorawan-packet-decrypt-nwkey-appkey"
},
"license": "MIT",
"dependencies": {
"lora-packet": "0.8.6"
},
"keywords": [
"node-red", "lora", "ttn", "lorawan", "decrypt", "feather", "RAK", "PYCOM", "Decrypter"
],
"node-red": {
"nodes": {
"lorawan-packet-decrypt-nwkey-appkey": "lorawan-packet-decrypt-nwkey-appkey/lorawan-packet-decrypt-nwkey-appkey.js",
"lorawan-packet-get-devaddr": "lorawan-packet-get-devaddr/lorawan-packet-get-devaddr.js"
}
}
}