2022-05-19 19:34:02 +02:00

29 lines
658 B
JSON

{
"name": "@strudel.cycles/midi",
"version": "0.0.6",
"description": "Midi API for strudel",
"main": "index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/tidalcycles/strudel.git"
},
"keywords": [
"titdalcycles",
"strudel",
"pattern",
"livecoding",
"algorave"
],
"author": "Felix Roos <flix91@gmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/tidalcycles/strudel/issues"
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/tone": "^0.0.6",
"tone": "^14.7.77",
"webmidi": "^2.5.2"
}
}