strudel/packages/hooks/package.json
2022-03-25 21:29:09 +01:00

31 lines
664 B
JSON

{
"name": "@strudel/hooks",
"version": "0.0.1",
"description": "React Hooks for strudel",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tidalcycles/strudel.git"
},
"keywords": [
"tidalcycles",
"strudel",
"pattern",
"livecoding",
"algorave"
],
"author": "Felix Roos <flix91@gmail.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/tidalcycles/strudel/issues"
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"peerDependencies": {
"react": "^17.0.2"
},
"dependencies": {
"tone": "^14.7.77",
"webmidi": "^2.5.1"
}
}