node-red-contrib-osc
Version:
Open Sound Control (OSC) support for Node-RED
35 lines (34 loc) • 790 B
JSON
{
"name": "node-red-contrib-osc",
"version": "1.1.0",
"description": "Open Sound Control (OSC) support for Node-RED",
"homepage": "http://github.com/njh/node-red-contrib-osc",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/njh/node-red-contrib-osc.git"
},
"contributors": [
{
"name": "Nicholas Humfrey",
"url": "http://njh.me"
},
{
"name": "Nathanaël Lécaudé",
"url": "http://lecaude.com"
}
],
"keywords": [
"OSC",
"Open Sound Control",
"node-red"
],
"dependencies": {
"osc": "^2.2.3"
},
"node-red": {
"nodes": {
"osc": "osc.js"
}
}
}