superdough
Version:
simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.
36 lines • 833 B
JSON
{
"name": "superdough",
"version": "1.1.0",
"description": "simple web audio synth and sampler intended for live coding. inspired by superdirt and webdirt.",
"main": "dist/index.mjs",
"type": "module",
"directories": {
"example": "examples"
},
"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",
"devDependencies": {
"vite": "^5.0.10"
},
"dependencies": {
"nanostores": "^0.9.5"
},
"scripts": {
"build": "vite build"
}
}