mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-25 23:10:34 -04:00
32 lines
771 B
JSON
32 lines
771 B
JSON
{
|
|
"name": "@strudel.cycles/link",
|
|
"version": "0.6.0",
|
|
"description": "Ableton Link Support for Strudel",
|
|
"main": "link-server.mjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node link-server.mjs"
|
|
},
|
|
"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": {
|
|
"abletonlink": "^0.1.3",
|
|
"node-web-audio-api": "^0.5.0"
|
|
}
|
|
}
|