mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-13 06:38:29 +00:00
- @strudel.cycles/core@0.0.4 - @strudel.cycles/eval@0.0.4 - @strudel.cycles/midi@0.0.5 - @strudel.cycles/mini@0.0.5 - @strudel.cycles/osc@0.0.2 - @strudel.cycles/tonal@0.0.4 - @strudel.cycles/tone@0.0.5 - @strudel.cycles/webaudio@0.0.2 - @strudel.cycles/xen@0.0.4
33 lines
722 B
JSON
33 lines
722 B
JSON
{
|
|
"name": "@strudel.cycles/webaudio",
|
|
"version": "0.0.2",
|
|
"description": "Web Audio helpers for Strudel",
|
|
"main": "index.mjs",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"example": "parcel examples/repl.html"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Felix Roos <flix91@gmail.com>",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
|
"devDependencies": {
|
|
"parcel": "^2.4.1"
|
|
}
|
|
}
|