library.json 492 B

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