24 lines
492 B
JSON
Raw Normal View History

2022-10-14 20:14:47 +02:00
{
"name": "PERIPUMP",
"keywords": "peristaltic, pump, DFR0523",
"description": "Arduino library for peristaltic pump DFR0523 and compatibles.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PERIPUMP.git"
},
2023-11-14 17:36:39 +01:00
"version": "0.1.2",
2022-10-14 20:14:47 +02:00
"license": "MIT",
2023-11-14 17:36:39 +01:00
"frameworks": "*",
2022-10-14 20:14:47 +02:00
"platforms": "*",
"headers": "PERIPUMP.h"
}