mirror of
https://github.com/m5stack/M5PoECAM.git
synced 2026-05-20 10:34:40 -07:00
21 lines
434 B
JSON
21 lines
434 B
JSON
{
|
|
"name": "M5PoECAM",
|
|
"description": "Library for M5Stack PoE-CAM development kit",
|
|
"keywords": "PoE CAM W5500",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "http://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5PoECAM.git"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"M5-Ethernet": "*"
|
|
}
|
|
],
|
|
"version": "1.0.1",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32"
|
|
} |