mirror of https://github.com/arendst/Tasmota.git
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"name": "ams",
|
|
"version": "1.0",
|
|
"description": "ESP8266 ESP32 library for Advanced utility meters",
|
|
"license": "GPL",
|
|
"homepage": "https://github.com/arendst/Tasmota",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"authors":
|
|
{
|
|
"name": "Gerhard Mutz",
|
|
"maintainer": true
|
|
},
|
|
"build": {
|
|
"flags": [ "-I$PROJECT_DIR/include" ]
|
|
}
|
|
}
|