UNPKG

hydra-element

Version:

A custom element for wrapping the hydra-synth engine

51 lines 1.3 kB
{ "name": "hydra-element", "version": "0.5.1", "description": "A custom element for wrapping the hydra-synth engine", "type": "module", "main": "dist/hydra-element.js", "module": "dist/hydra-element.js", "exports": { ".": "./dist/hydra-element.js" }, "scripts": { "dev": "vite", "test": "wtr --config wtr.config.js", "build": "vite build" }, "dependencies": { "hydra-synth": "^1.3.29" }, "devDependencies": { "@open-wc/testing": "^4.0.0", "@remcovaes/web-test-runner-vite-plugin": "^1.2.1", "@web/test-runner": "^0.18.1", "sinon": "^17.0.1", "vite": "^5.2.8" }, "author": "jdomizz", "license": "AGPL-3.0-or-later", "repository": { "type": "git", "url": "git+https://github.com/jdomizz/hydra-element.git" }, "homepage": "https://github.com/jdomizz/hydra-element#readme", "qna": "https://github.com/jdomizz/hydra-element/discussions", "bugs": { "url": "https://github.com/jdomizz/hydra-element/issues" }, "sponsor": { "url": "https://opencollective.com/hydra-synth" }, "keywords": [ "creative-coding", "livecoding", "hydra-synth", "canvas", "glsl", "video", "synth", "custom-element", "web-component" ] }