25 lines
551 B
JSON
25 lines
551 B
JSON
|
{
|
||
|
"name": "BintrayClient",
|
||
|
"keywords": "bintray, ota, cdn, storage",
|
||
|
"description": "A BintrayClient to connect to a JFrog Bintray.",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PlatformIO",
|
||
|
"url": "https://platformio.org/"
|
||
|
}
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/platformio/platformio-examples"
|
||
|
},
|
||
|
"export": {
|
||
|
"include": "bintray-secure-ota/lib/BintrayClient"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"ArduinoJson": "^5.13.1"
|
||
|
},
|
||
|
"version": "1.0.0",
|
||
|
"frameworks": "arduino",
|
||
|
"platforms": "espressif32"
|
||
|
}
|