mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
- @strudel.cycles/eval@0.1.0 - @strudel.cycles/midi@0.1.0 - @strudel.cycles/mini@0.1.0 - @strudel.cycles/react@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
33 lines
758 B
JSON
33 lines
758 B
JSON
{
|
|
"name": "@strudel.cycles/mini",
|
|
"version": "0.1.0",
|
|
"description": "Mini notation for strudel",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "mocha --colors"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"@strudel.cycles/core": "^0.0.5",
|
|
"@strudel.cycles/eval": "^0.1.0",
|
|
"@strudel.cycles/tone": "^0.1.0"
|
|
}
|
|
}
|