diff --git a/README.md b/README.md index e518437..b2e09e6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/code/package.json b/code/package.json new file mode 100644 index 0000000..df80ead --- /dev/null +++ b/code/package.json @@ -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" + } +}