mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
25 lines
469 B
JSON
25 lines
469 B
JSON
{
|
|
"name": "SIMON",
|
|
"keywords": "Simon",
|
|
"description": "Arduino library to build the 'Simon says' game or a digital lock.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/SIMON"
|
|
},
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "simon.h"
|
|
}
|
|
|