mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-05 23:33:43 +00:00
4ca6698a9c
Bumps [@jwetzell/osc](https://github.com/jwetzell/osc-js) from 0.2.2 to 1.6.0. - [Release notes](https://github.com/jwetzell/osc-js/releases) - [Commits](https://github.com/jwetzell/osc-js/compare/v0.2.2...osc/v1.6.0) --- updated-dependencies: - dependency-name: "@jwetzell/osc" dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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": "1.6.0",
|
|
"commander": "^14.0.0",
|
|
"slip": "^1.0.2"
|
|
}
|
|
}
|