strudel-docker/package.json
2022-01-27 14:07:52 +00:00

34 lines
731 B
JSON

{
"name": "tidal-strudel",
"version": "1.0.2",
"description": "Experimental port of tidalcycles to javascript",
"main": "strudel.mjs",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaxu/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/yaxu/strudel/issues"
},
"homepage": "https://github.com/yaxu/strudel#readme",
"devDependencies": {
"mocha": "^9.1.4",
"snowpack": "^3.8.8"
},
"dependencies": {
"fraction.js": "^4.1.2"
}
}