mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
- @strudel.cycles/csound@0.5.1 - @strudel.cycles/eval@0.5.0 - @strudel.cycles/midi@0.5.0 - @strudel.cycles/mini@0.5.0 - @strudel.cycles/react@0.5.0 - @strudel.cycles/soundfonts@0.5.0 - @strudel.cycles/tonal@0.5.0 - @strudel.cycles/tone@0.5.0 - @strudel.cycles/transpiler@0.5.0 - @strudel.cycles/webaudio@0.5.0 - @strudel.cycles/webdirt@0.5.0 - @strudel.cycles/xen@0.5.0
33 lines
744 B
JSON
33 lines
744 B
JSON
{
|
|
"name": "@strudel.cycles/csound",
|
|
"version": "0.5.1",
|
|
"description": "csound bindings for strudel",
|
|
"main": "csound.mjs",
|
|
"scripts": {
|
|
"test": "echo \"No tests present.\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Felix Roos <flix91@gmail.com>",
|
|
"contributors": [
|
|
"Alex McLean <alex@slab.org>"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
|
"dependencies": {
|
|
"@csound/browser": "^6.18.3"
|
|
}
|
|
}
|