Reformat library.json

This commit is contained in:
2024-04-04 21:50:14 +11:00
parent a7db18d8ac
commit 4460224202

View File

@@ -1,27 +1,24 @@
{
"name": "RFPowerView",
"version": "0.0.3",
"description": "A library for receiving and sending PowerView packets via an nRF24L01 module",
"keywords": "powerview, hunterdouglas, luxaflex, rf, radio",
"repository": {
"type": "git",
"url": "https://github.com/mattyway/RFPowerView.git"
},
"authors":
[
{
"name": "Matt Way",
"email": "mattyway@gmail.com"
}
],
"license": "GPL-2.0-only",
"dependencies": {
"robtillaart/CRC": "1.0.2",
"nrf24/RF24": "1.4.8",
"rlogiacco/CircularBuffer": "1.3.3"
},
"frameworks": "arduino",
"platforms": [
"espressif8266"
]
}
"name": "RFPowerView",
"version": "0.0.3",
"description": "A library for receiving and sending PowerView packets via an nRF24L01 module",
"keywords": "powerview, hunterdouglas, luxaflex, rf, radio",
"repository": {
"type": "git",
"url": "https://github.com/mattyway/RFPowerView.git"
},
"authors": [
{
"name": "Matt Way",
"email": "mattyway@gmail.com"
}
],
"license": "GPL-2.0-only",
"dependencies": {
"robtillaart/CRC": "1.0.2",
"nrf24/RF24": "1.4.8",
"rlogiacco/CircularBuffer": "1.3.3"
},
"frameworks": "arduino",
"platforms": ["espressif8266"]
}