1{
2    "name": "lvgl",
3    "version": "6.0.2",
4    "keywords": "graphics, gui, embedded, littlevgl",
5    "description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.",
6    "repository":
7    {
8        "type": "git",
9        "url": "https://github.com/littlevgl/lvgl.git"
10    },
11    "build": {
12        "includeDir": "."
13    }
14}
15