mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 06:08:37 +00:00
36 lines
784 B
JSON
36 lines
784 B
JSON
{
|
|
"name": "@strudel.cycles/webaudio",
|
|
"version": "0.0.4",
|
|
"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",
|
|
"dependencies": {
|
|
"@strudel.cycles/core": "^0.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"parcel": "^2.4.1"
|
|
}
|
|
}
|