mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "@strudel/sampler",
|
|
"version": "0.0.12",
|
|
"description": "",
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Felix Roos <flix91@gmail.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bin": "./sample-server.mjs",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"cowsay": "^1.6.0"
|
|
}
|
|
} |