reorder properties

This commit is contained in:
Rotzbua
2020-05-11 17:56:03 +02:00
committed by GitHub
parent 10fd409992
commit ed5c081a54

View File

@@ -1,14 +1,14 @@
{ {
"name": "MFRC522", "name": "MFRC522",
"version": "1.4.6",
"license": "Unlicense",
"keywords": "rfid, spi", "keywords": "rfid, spi",
"description": "Read a card using a MFRC522 reader on your SPI interface", "description": "Read a card using a MFRC522 reader on your SPI interface.",
"repository": "repository":
{ {
"type": "git", "type": "git",
"url": "https://github.com/miguelbalboa/rfid.git" "url": "https://github.com/miguelbalboa/rfid.git"
}, },
"version": "1.4.6",
"license": "Unlicense",
"exclude": "doc", "exclude": "doc",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "espressif8266", "espressif32", "samd"] "platforms": ["atmelavr", "ststm32", "espressif8266", "espressif32", "samd"]