{ "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/yaxu/strudel.git" }, "keywords": [ "tidalcycles", "strudel", "pattern", "livecoding", "algorave" ], "author": "Alex McLean (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", "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" } }