mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
- @strudel/codemirror@0.11.0 - @strudel/core@0.11.0 - @strudel/csound@0.11.0 - @strudel/embed@0.11.0 - @strudel/hydra@0.11.0 - @strudel/midi@0.11.0 - @strudel/mini@0.11.0 - @strudel/osc@0.11.0 - @strudel/repl@0.11.0 - @strudel/serial@0.11.0 - @strudel/soundfonts@0.11.0 - @strudel/tonal@0.11.0 - @strudel/transpiler@0.11.0 - @strudel/web@0.11.0 - @strudel/webaudio@0.11.0 - @strudel/xen@0.11.0
25 lines
602 B
JSON
25 lines
602 B
JSON
{
|
|
"name": "@strudel/embed",
|
|
"version": "0.11.0",
|
|
"description": "Embeddable Web Component to load a Strudel REPL into an iframe",
|
|
"main": "embed.js",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"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"
|
|
}
|