add basic embed package

This commit is contained in:
Felix Roos 2022-05-02 22:33:31 +02:00
parent d752d0eb5e
commit b01865f0f5
4 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
"name": "@strudel.cycles/embed",
"version": "0.0.1",
"description": "Embeddable Web Component to load a Strudel REPL into an iframe",
"main": "embed.js",
"type": "module",
"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": {}
}