jsynth-sync
Version:
syncopator for audio scripting
37 lines (36 loc) • 822 B
JSON
{
"name": "jsynth-sync",
"version": "0.15.0",
"description": "syncopator for audio scripting",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"baudio": "^2.1.2",
"beatmath": "^0.3.0",
"jigger": "^1.0.0",
"jmod": "^0.4.0",
"jsynth": "",
"nvelope": "^0.11.0",
"oscillators": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:NHQ/jsynth-sync.git"
},
"keywords": [
"jsynth",
"baudio",
"browserify",
"timers",
"dsp",
"webaudio"
],
"author": "Johnny Honestly <mostmodernist@gmail.com> (http://johnnyscript.us/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/NHQ/jsynth-sync/issues"
},
"homepage": "https://github.com/NHQ/jsynth-sync"
}