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.
27 lines
697 B
27 lines
697 B
{
|
|
"name": "FauxmoESP",
|
|
"keywords": "belkin,wemo,fauxmo,esp8266,alexa,amazon,echo,dot",
|
|
"description": "Amazon Alexa support for ESP8266 (Amazon Echo & Dot)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://bitbucket.org/xoseperez/fauxmoesp.git"
|
|
},
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"exclude": "tests",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266",
|
|
"dependencies": [
|
|
{ "name": "ESPAsyncTCP" }
|
|
],
|
|
"authors": {
|
|
"name": "Xose Perez",
|
|
"email": "xose.perez@gmail.com",
|
|
"url": "http://tinkerman.cat",
|
|
"maintainer": true
|
|
},
|
|
"examples": [
|
|
"examples/*/src/*.ino"
|
|
]
|
|
}
|