26 lines
710 B
JSON
26 lines
710 B
JSON
{
|
|
"name": "MIDI Library",
|
|
"version": "4.3",
|
|
"keywords": "midi",
|
|
"description": "Enables MIDI I/O communications on the Arduino serial ports",
|
|
"license": "MIT",
|
|
"authors":
|
|
{
|
|
"name": "Francois Best",
|
|
"email": "francois.best@fortyseveneffects.com",
|
|
"url": "https://github.com/Franky47",
|
|
"maintainer": true
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
|
|
"branch": "master"
|
|
},
|
|
"downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3",
|
|
"include": "src",
|
|
"examples": "examples/*/*.ino",
|
|
"frameworks": "arduino",
|
|
"platforms": ["atmelavr", "atmelsam", "teensy"]
|
|
}
|