UNPKG

hydra-synth

Version:
51 lines (50 loc) 1.26 kB
{ "name": "hydra-synth", "version": "1.3.29", "description": "base synth for hydra-editor", "type": "module", "main": "./src/index.js", "exports": { ".": { "import": "./src/hydra-synth.js", "require": "./src/index.js" }, "./src/glsl/glsl-functions.js": { "import": "./src/glsl/glsl-functions.js", "require": "./src/glsl/glsl-functions.js" } }, "unpkg": "./dist/hydra-synth.js", "scripts": { "dev-ssl": "budo ./dev/index.js --ssl --open --live --port 8000 --", "dev": "budo ./dev/index.js --open --live --port 8000 -- -p esmify", "build": "browserify ./src/index.js -p esmify --standalone Hydra > dist/hydra-synth.js" }, "repository": { "type": "git", "url": "git+https://github.com/ojack/hydra-synth.git" }, "keywords": [ "webgl", "regl", "graphics", "livecoding", "synth" ], "author": "ojack", "license": "AGPL", "bugs": { "url": "https://github.com/ojack/hydra-synth/issues" }, "homepage": "https://github.com/ojack/hydra-synth#readme", "dependencies": { "meyda": "^5.5.1", "raf-loop": "^1.1.3", "regl": "^1.3.9" }, "devDependencies": { "browserify": "^17.0.0", "budo": "^11.8.4", "esmify": "^2.1.1" } }