Files

32 lines
749 B
JSON
Raw Permalink Normal View History

2024-08-09 15:47:41 +09:00
{
2024-11-26 11:59:17 +09:00
"name": "M5Unit-RFID",
"description": "Library for M5Stack UNIT RFID using M5UnitUnified",
"keywords": "m5stack, unit, rfid, mfrc522, ws1850s, nfc, m5unitunified",
2024-11-26 11:59:17 +09:00
"authors": {
"name": "M5Stack",
"url": "https://www.m5stack.com"
2024-08-09 15:47:41 +09:00
},
2024-11-26 11:59:17 +09:00
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-RFID.git"
2024-08-09 15:47:41 +09:00
},
2025-11-06 19:43:02 +09:00
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.6",
"m5stack/M5Unit-NFC": ">=0.0.3"
2025-11-06 19:43:02 +09:00
},
2026-05-16 14:08:35 +09:00
"version": "0.0.2",
2024-11-26 11:59:17 +09:00
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedRFID.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
2024-08-09 15:47:41 +09:00
}
2024-12-12 23:08:00 +09:00
}