strudel/packages/xen/package.json
Felix Roos e05842cbef v0.0.1
2022-03-27 21:48:51 +02:00

30 lines
660 B
JSON

{
"name": "@strudel.cycles/xen",
"version": "0.0.1",
"description": "Xenharmonic API for strudel",
"main": "xen.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": "GPL-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.1"
}
}