24 lines
659 B
JSON
24 lines
659 B
JSON
{
|
|
"name": "MIDI Library",
|
|
"version": "5.0.2",
|
|
"keywords": "midi",
|
|
"description": "Enables MIDI I/O communications on the Arduino serial ports",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"name": "Francois Best",
|
|
"email": "contact@francoisbest.com",
|
|
"url": "https://github.com/Franky47",
|
|
"maintainer": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
|
|
"branch": "master"
|
|
},
|
|
"export": {
|
|
"include": ["src", "examples"]
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": ["atmelavr", "atmelsam", "teensy"]
|
|
}
|