strudel/packages/xen/package.json
2022-05-17 00:22:50 +02:00

30 lines
663 B
JSON

{
"name": "@strudel.cycles/xen",
"version": "0.0.5",
"description": "Xenharmonic API for strudel",
"main": "index.mjs",
"scripts": {
"test": "mocha --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidalcycles/strudel.git"
},
"keywords": [
"tidalcycles",
"strudel",
"pattern",
"livecoding",
"algorave"
],
"author": "Felix Roos <flix91@gmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/tidalcycles/strudel/issues"
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/core": "^0.0.5"
}
}