mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
- @strudel.cycles/core@0.1.0 - @strudel.cycles/embed@0.1.0 - @strudel.cycles/eval@0.1.0 - @strudel.cycles/midi@0.1.0 - @strudel.cycles/mini@0.1.0 - @strudel.cycles/osc@0.1.0 - @strudel.cycles/react@0.1.0 - @strudel.cycles/serial@0.1.0 - @strudel.cycles/tonal@0.1.0 - @strudel.cycles/tone@0.1.0 - @strudel.cycles/webaudio@0.1.0 - @strudel.cycles/xen@0.1.0
24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"name": "@strudel.cycles/serial",
|
|
"version": "0.1.0",
|
|
"description": "Webserial API for strudel",
|
|
"main": "serial.mjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"titdalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "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"
|
|
}
|