31 lines
No EOL
725 B
JSON
31 lines
No EOL
725 B
JSON
{
|
|
"name": "M5UnitUnified",
|
|
"description": "M5UnitUnified is a library for unified handling of various M5 units products.(Alpha version)",
|
|
"keywords": "M5UnitUnified",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "http://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5UnitUnified.git"
|
|
},
|
|
"dependencies": {
|
|
"m5stack/M5Utility": "*",
|
|
"m5stack/M5HAL": "*"
|
|
},
|
|
"version": "0.1.4",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
],
|
|
"headers": "M5UnitUnified.h",
|
|
"license": "MIT",
|
|
"export": {
|
|
"exclude": [
|
|
"docs/html"
|
|
]
|
|
}
|
|
} |