19 lines
471 B
JSON
19 lines
471 B
JSON
{
|
|
"name": "ArduinoOSC",
|
|
"keywords": "osc,wifi,ethernet,udp",
|
|
"description": "OSC subscriber / publisher for Arduino",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hideakitai/ArduinoOSC.git"
|
|
},
|
|
"authors": {
|
|
"name": "Hideaki Tai",
|
|
"url": "https://github.com/hideakitai",
|
|
"maintainer": true
|
|
},
|
|
"version": "0.3.29",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|