mirror of https://github.com/meshcore-dev/MeshCore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
388 B
16 lines
388 B
{
|
|
"name": "MeshCore",
|
|
"version" : "1.8.0",
|
|
"dependencies": {
|
|
"SPI": "*",
|
|
"Wire": "*",
|
|
"jgromes/RadioLib": "^7.1.2",
|
|
"rweather/Crypto": "^0.4.0",
|
|
"adafruit/RTClib": "^2.1.3",
|
|
"melopero/Melopero RV3028": "^1.1.0",
|
|
"electroniccats/CayenneLPP": "1.4.0"
|
|
},
|
|
"build": {
|
|
"extraScript": "build_as_lib.py"
|
|
}
|
|
}
|
|
|