mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-05 23:33:43 +00:00
28 lines
549 B
JSON
28 lines
549 B
JSON
{
|
|
"name": "makeosc",
|
|
"version": "0.1.0",
|
|
"description": "Simple NodeJS utility for generating osc buffers",
|
|
"main": "src/main.js",
|
|
"bin": {
|
|
"makeosc": "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": "0.2.2",
|
|
"commander": "^11.0.0",
|
|
"slip": "^1.0.2"
|
|
}
|
|
}
|