mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
- @strudel.cycles/core@0.3.2 - @strudel.cycles/eval@0.3.2 - @strudel.cycles/midi@0.3.2 - @strudel.cycles/mini@0.3.2 - @strudel.cycles/react@0.3.2 - @strudel.cycles/soundfonts@0.3.2 - @strudel.cycles/tonal@0.3.2 - @strudel.cycles/tone@0.3.2 - @strudel.cycles/transpiler@0.3.2 - @strudel.cycles/webaudio@0.3.2 - @strudel.cycles/webdirt@0.3.2 - @strudel.cycles/xen@0.3.2
33 lines
761 B
JSON
33 lines
761 B
JSON
{
|
|
"name": "@strudel.cycles/core",
|
|
"version": "0.3.2",
|
|
"description": "Port of Tidal Cycles to JavaScript",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Alex McLean <alex@slab.org> (https://slab.org)",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://strudel.tidalcycles.org",
|
|
"dependencies": {
|
|
"bjork": "^0.0.1",
|
|
"fraction.js": "^4.2.0"
|
|
},
|
|
"gitHead": "0e26d4e741500f5bae35b023608f062a794905c2"
|
|
}
|