mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
29 lines
655 B
JSON
29 lines
655 B
JSON
{
|
|
"name": "@strudel.cycles/tone",
|
|
"version": "0.5.0",
|
|
"description": "Tone.js API for strudel",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"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": {
|
|
"@strudel.cycles/core": "^0.5.0",
|
|
"tone": "^14.7.77"
|
|
}
|
|
}
|