You've already forked M5Unit-NFC
mirror of
https://github.com/m5stack/M5Unit-NFC.git
synced 2026-05-20 11:48:34 -07:00
32 lines
694 B
JSON
32 lines
694 B
JSON
{
|
|
"name": "M5Unit-NFC",
|
|
"description": "Library for M5Stack UNIT NFC using M5UnitUnified",
|
|
"keywords": "m5stack, m5unitunified, nfc, rfid, nfca, ndef, i2c",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "https://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unit-NFC.git"
|
|
},
|
|
"dependencies":
|
|
{
|
|
"m5stack/M5UnitUnified": ">=0.4.4"
|
|
},
|
|
"version": "0.0.3",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
],
|
|
"headers": "M5UnitUnifiedNFC.h",
|
|
"license": "MIT",
|
|
"export": {
|
|
"exclude": [
|
|
"docs/html"
|
|
]
|
|
}
|
|
}
|