Skip to content

Commit

Permalink
Create a pseudo library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoGarcia committed Apr 8, 2022
1 parent 12ceeec commit 38d9f0d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "esp8266-react",
"description": "A framework for ESP8266 & ESP32 microcontrollers with a React UI ",
"keywords": "react,framework,wifimanager,http,async,websocket,webserver",
"authors": {
"name": "rjwats",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/rjwats/esp8266-react.git"
},
"build": {
"extraScript": "scripts/build_interface.py"
},
"version": "1.0.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
],
"dependencies": []
}

0 comments on commit 38d9f0d

Please sign in to comment.