mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
34 lines
687 B
JSON
34 lines
687 B
JSON
{
|
|
"name": "strudel",
|
|
"version": "1.0.0",
|
|
"description": "Experimental port of tidalcycles to javascript",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yaxu/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Alex McLean",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/yaxu/strudel/issues"
|
|
},
|
|
"homepage": "https://github.com/yaxu/strudel#readme",
|
|
"devDependencies": {
|
|
"fraction.js": "^4.1.2",
|
|
"mocha": "^9.1.4"
|
|
},
|
|
"dependencies": {
|
|
"snowpack": "^3.8.8"
|
|
}
|
|
}
|