2017-04-28 21:53:40 +08:00
|
|
|
{
|
|
|
|
|
"name": "M5Stack",
|
2021-07-22 19:18:55 +08:00
|
|
|
"description": "Library for M5Stack Core development kit",
|
2017-04-28 21:53:40 +08:00
|
|
|
"keywords": "M5Stack",
|
|
|
|
|
"authors": {
|
2021-07-28 17:04:16 +08:00
|
|
|
"name": "M5Stack",
|
2017-09-23 23:52:36 +08:00
|
|
|
"url": "http://www.m5stack.com"
|
2017-04-28 21:53:40 +08:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/m5stack/m5stack.git"
|
|
|
|
|
},
|
2023-09-20 15:02:46 +08:00
|
|
|
"version": "0.4.6",
|
2021-12-13 22:33:37 +02:00
|
|
|
"frameworks": "arduino",
|
2021-11-19 12:17:42 +02:00
|
|
|
"platforms": "espressif32",
|
|
|
|
|
"headers": "M5Stack.h"
|
2022-03-20 20:45:30 +08:00
|
|
|
}
|