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