2022-06-19 15:31:19 +02:00

32 lines
764 B
JSON

{
"name": "@strudel.cycles/soundfonts",
"version": "0.1.0",
"description": "Soundsfont support for strudel",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"webaudiofont": "^3.0.1",
"@strudel.cycles/core": "*",
"@strudel.cycles/webaudio": "*"
}
}