Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1089b03

Browse files
committedMay 21, 2022
Create a pseudo library.json
1 parent a8a7d9e commit 1089b03

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎library.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "esp8266-react",
3+
"description": "A framework for ESP8266 & ESP32 microcontrollers with a React UI ",
4+
"keywords": "react,framework,wifimanager,http,async,websocket,webserver",
5+
"authors": {
6+
"name": "rjwats",
7+
"maintainer": true
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/rjwats/esp8266-react.git"
12+
},
13+
"build": {
14+
"extraScript": "scripts/build_interface.py"
15+
},
16+
"version": "1.0.0",
17+
"license": "LGPL-3.0",
18+
"frameworks": "arduino",
19+
"platforms": [
20+
"espressif8266",
21+
"espressif32"
22+
],
23+
"dependencies": []
24+
}

0 commit comments

Comments
 (0)
Please sign in to comment.