Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ node-osc-unity

Node Open Sounce Control Configured to connect serial device like Arduino to Unity over UDP using JSON

npm install serialport
npm install node-osc
npm install coffee
npm install


24 changes: 24 additions & 0 deletions code/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "node-osc-unity",
"preferGlobal": "false",
"version": "0.0.0",
"author": "Rick Anderson",
"description": "Tool for serial communication using osc",
"contributors": [
{
"name": "Ryan Ostrager",
"email": "rostrage@docs.rutgers.edu"
}
],
"dependencies" : {
"osc-min" : "*",
"serialport" : "*"
},
"analyze" : false,
"devDependencies" : [
],
"license" : "MIT",
"engines" : {
"node": ">=0.8"
}
}