library.json 827 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "NDEF_MFRC522",
  3. "version": "2.0.1",
  4. "description": "Read and write NDEF messages to NFC tags and peers. Ported to the MFRC522 reader.",
  5. "keywords": "ndef, mfrc522, rfid",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/TheNitek/NDEF.git"
  10. },
  11. "authors":
  12. [
  13. {
  14. "name": "Don Coleman",
  15. "email": "don.coleman@gmail.com",
  16. "url": "https://github.com/don"
  17. },
  18. {
  19. "name": "Claus Näveke",
  20. "email": "github@naeveke.de",
  21. "url": "https://github.com/TheNitek",
  22. "maintainer": true
  23. }
  24. ],
  25. "license": "BSD-3-Clause",
  26. "homepage": "https://github.com/TheNitek/NDEF",
  27. "dependencies": {
  28. "miguelbalboa/MFRC522": "~1.4.7"
  29. },
  30. "frameworks": ["Arduino"],
  31. "platforms": ["atmelavr", "ststm32", "espressif8266", "espressif32", "atmelsam"]
  32. }