24 lines
495 B
JSON
Raw Normal View History

2016-12-17 20:53:18 +01:00
{
"name": "XMLWriter",
2020-05-25 09:58:04 +02:00
"keywords": "Write, XML, node, header, tag, indent, field, stream,",
"description": "Arduino library for creating XML",
2016-12-18 10:48:17 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 20:53:18 +01:00
"repository":
{
"type": "git",
2020-05-25 09:58:04 +02:00
"url": "https://github.com/RobTillaart/XMLWriter"
2016-12-17 20:53:18 +01:00
},
2021-12-29 16:27:03 +01:00
"version": "0.3.2",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2016-12-17 20:53:18 +01:00
"frameworks": "arduino",
2021-12-29 16:27:03 +01:00
"platforms": "*",
"headers": "XMLWriter.h"
2016-12-17 20:53:18 +01:00
}