Files

22 lines
543 B
JSON
Raw Permalink Normal View History

2024-08-08 14:30:50 +09:00
{
2024-09-26 10:41:51 +09:00
"name": "M5Utility",
"description": "Library for other M5 libraries and products",
2026-03-25 16:51:56 +09:00
"keywords": "m5stack, m5utility, utility, stl, container, crypto",
2024-09-26 10:41:51 +09:00
"authors": {
"name": "M5Stack",
2026-03-25 16:51:56 +09:00
"url": "https://www.m5stack.com"
2024-09-26 10:41:51 +09:00
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Utility.git"
},
2026-03-25 16:51:56 +09:00
"dependencies": {},
2026-03-25 16:53:57 +09:00
"version": "0.0.12",
2024-09-26 10:41:51 +09:00
"headers": "M5Utility.h",
"license": "MIT",
"export": {
2024-10-25 15:59:47 +09:00
"exclude": [
2024-09-26 10:41:51 +09:00
"docs/html"
]
}
2024-10-25 15:59:47 +09:00
}