mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
30 lines
663 B
JSON
30 lines
663 B
JSON
{
|
|
"name": "@strudel.cycles/xen",
|
|
"version": "0.0.5",
|
|
"description": "Xenharmonic API for strudel",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "mocha --colors"
|
|
},
|
|
"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.0.5"
|
|
}
|
|
}
|