mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-12-18 09:10:47 +01:00
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "esp-nimble-cpp",
|
|
"version": "2.0.0",
|
|
"description": "C++ wrapper for the NimBLE BLE stack",
|
|
"keywords": [
|
|
"BLE",
|
|
"espidf",
|
|
"espressif",
|
|
"esp32",
|
|
"nimble"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/h2zero/esp-nimble-cpp"
|
|
},
|
|
"authors": {
|
|
"name": "Ryan Powell",
|
|
"email": "ryan@nable-embedded.io",
|
|
"url": "https://github.com/h2zero/esp-nimble-cpp",
|
|
"maintainer": true
|
|
}
|
|
}
|