UNPKG

nvelope

Version:

enveloping for audio and time domain DSP

32 lines (31 loc) 690 B
{ "name": "nvelope", "version": "0.12.0", "description": "enveloping for audio and time domain DSP", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:NHQ/nvelope.git" }, "dependencies": { "beezy": "^0.2.0", "normalize-time": "" }, "keywords": [ "envelope", "audio", "dsp", "jsynth", "baudio", "webaudio" ], "author": "Johnny Honestly <mostmodernist@gmail.com> (http://johnnyscript.us/)", "license": "MIT", "bugs": { "url": "https://github.com/NHQ/nvelope/issues" }, "homepage": "https://github.com/NHQ/nvelope" }