Files
ArduinoJson/library.json
T

24 lines
572 B
JSON
Raw Normal View History

2014-11-11 18:09:58 +01:00
{
"name": "ArduinoJson",
2014-11-11 18:09:58 +01:00
"keywords": "json, rest, http, web",
"description": "An elegant and efficient JSON library for embedded systems",
2018-01-15 10:22:04 +01:00
"homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json",
"repository": {
2014-11-11 18:09:58 +01:00
"type": "git",
"url": "https://github.com/bblanchon/ArduinoJson.git"
},
2018-02-26 16:00:44 +01:00
"version": "6.0.0",
"authors": {
2014-11-11 18:09:58 +01:00
"name": "Benoit Blanchon",
2017-01-22 18:08:32 +01:00
"url": "https://blog.benoitblanchon.fr"
2014-11-11 18:09:58 +01:00
},
"exclude": [
2017-04-24 21:43:03 +02:00
"fuzzing",
"scripts",
"test",
"third-party"
],
2014-11-11 18:09:58 +01:00
"frameworks": "arduino",
"platforms": "*"
}