25 lines
546 B
JSON
25 lines
546 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": "^6"
|
|
},
|
|
"version": "1.0.0",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32"
|
|
}
|