2014-11-11 18:09:58 +01:00
|
|
|
{
|
2016-08-24 14:44:10 +03: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",
|
2015-12-22 23:43:44 +01:00
|
|
|
"repository": {
|
2014-11-11 18:09:58 +01:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/bblanchon/ArduinoJson.git"
|
|
|
|
|
},
|
2019-02-26 08:43:45 +01:00
|
|
|
"version": "6.9.0",
|
2015-12-22 23:43:44 +01:00
|
|
|
"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
|
|
|
},
|
2015-12-22 23:43:44 +01:00
|
|
|
"exclude": [
|
2017-04-24 21:43:03 +02:00
|
|
|
"fuzzing",
|
2015-12-22 23:43:44 +01:00
|
|
|
"scripts",
|
|
|
|
|
"test",
|
|
|
|
|
"third-party"
|
|
|
|
|
],
|
2014-11-11 18:09:58 +01:00
|
|
|
"frameworks": "arduino",
|
2015-12-22 23:43:44 +01:00
|
|
|
"platforms": "*"
|
|
|
|
|
}
|