{ "name": "PIP", "version": "2.33.0", "keywords": "pip", "description": "Platform-Independent Primitives", "repository": { "type": "git", "url": "https://git.shs.tools/SHS/pip.git" }, "frameworks": "*", "platforms": "*", "dependencies": {"mike-matera/ArduinoSTL": "^1.3.2"}, "build": { "srcDir": "libs/main", "srcFilter": [ "+", "+", "+", "+" ], "flags": [ "-std=c++11", "-DPIP_MICRO" ], "extraScript": "include_pip.py" } }