mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
41 lines
961 B
JSON
41 lines
961 B
JSON
{
|
|
"name": "tidal-strudel",
|
|
"version": "1.0.2",
|
|
"description": "Experimental port of tidalcycles to javascript",
|
|
"main": "strudel.mjs",
|
|
"scripts": {
|
|
"test": "mocha --colors"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Alex McLean <alex@slab.org> (https://slab.org)",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://strudel.tidalcycles.org",
|
|
"devDependencies": {
|
|
"@tonaljs/tonal": "^4.6.5",
|
|
"mocha": "^9.1.4",
|
|
"ramda": "^0.28.0",
|
|
"snowpack": "^3.8.8"
|
|
},
|
|
"dependencies": {
|
|
"automation-events": "^4.0.12",
|
|
"fraction.js": "^4.1.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"standardized-audio-context": "^25.3.20",
|
|
"tone": "^14.7.77"
|
|
}
|
|
}
|