mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-05 07:17:49 +00:00
28 lines
555 B
JSON
28 lines
555 B
JSON
{
|
|
"name": "readosc",
|
|
"version": "0.2.0",
|
|
"description": "Simple NodeJS utility for parsing osc buffers from stdin",
|
|
"main": "src/main.js",
|
|
"bin": {
|
|
"readosc": "src/main.js"
|
|
},
|
|
"files": [
|
|
"src/"
|
|
],
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jwetzell/osc-js.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jwetzell/osc": "1.7.0",
|
|
"commander": "14.0.1",
|
|
"slip": "1.0.2"
|
|
}
|
|
}
|