mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
- @strudel.cycles/core@0.1.1 - @strudel.cycles/embed@0.1.1 - @strudel.cycles/eval@0.1.2 - @strudel.cycles/midi@0.1.2 - @strudel.cycles/mini@0.1.2 - @strudel.cycles/osc@0.1.1 - @strudel.cycles/react@0.1.3 - @strudel.cycles/serial@0.1.1 - @strudel.cycles/tonal@0.1.2 - @strudel.cycles/tone@0.1.2 - @strudel.cycles/webaudio@0.1.2 - @strudel.cycles/webdirt@0.1.1 - @strudel.cycles/xen@0.1.2
25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"name": "@strudel.cycles/embed",
|
|
"version": "0.1.1",
|
|
"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"
|
|
}
|