library.json 573 B

1234567891011121314151617181920212223
  1. {
  2. "name": "ArduinoJson",
  3. "keywords": "json, rest, http, web",
  4. "description": "An elegant and efficient JSON library for embedded systems",
  5. "homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/bblanchon/ArduinoJson.git"
  9. },
  10. "version": "6.13.0",
  11. "authors": {
  12. "name": "Benoit Blanchon",
  13. "url": "https://blog.benoitblanchon.fr"
  14. },
  15. "exclude": [
  16. "fuzzing",
  17. "scripts",
  18. "test",
  19. "third-party"
  20. ],
  21. "frameworks": "arduino",
  22. "platforms": "*"
  23. }