2020-08-13 15:04:30 +01:00
|
|
|
{
|
|
|
|
"name": "ESP8266SAM",
|
|
|
|
"description": "Speech synthesizer SAM ported to ESP8266/ESP32",
|
|
|
|
"keywords": "ESP8266, ESP32, Speecn Synthesis, SAM",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Earle F. Philhower, III",
|
|
|
|
"email": "earlephilhower@yahoo.com",
|
|
|
|
"url": "https://github.com/earlephilhower/ESP8266SAM",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/earlephilhower/ESP8266SAM"
|
|
|
|
},
|
|
|
|
"version": "1.0",
|
|
|
|
"homepage": "https://github.com/earlephilhower/ESP8266SAM",
|
|
|
|
"frameworks": "Arduino",
|
2021-02-12 08:43:23 +00:00
|
|
|
"platforms": ["espressif8266", "espressif32"],
|
2020-08-13 15:04:30 +01:00
|
|
|
"examples": [
|
|
|
|
"examples/*/*.ino"
|
|
|
|
]
|
|
|
|
}
|