oscillators
Version:
the finest javascript oscillators
24 lines (23 loc) • 505 B
JSON
{
"name": "oscillators",
"version": "0.6.0",
"description": "the finest javascript oscillators",
"main": "oscillators.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:NHQ/oscillators.git"
},
"keywords": [
"DSP",
"oscillator",
"sine",
"square",
"saw",
"triangle"
],
"author": "Johnny Honestly <mostmodernist@gmail.com> (http://johnnyscript.us/)",
"license": "MIT"
}