audiograph
Version:
generate and connect up an audiograph for the web audio api
39 lines (38 loc) • 864 B
JSON
{
"name": "audiograph",
"version": "0.1.0",
"description": "generate and connect up an audiograph for the web audio api",
"main": "index.js",
"dependencies": {
"inherits": "^2.0.1",
"lodash.capitalize": "^3.0.0",
"lodash.values": "^3.0.0",
"uuid": "^2.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"audio",
"web",
"audio",
"audiograph",
"graph",
"production",
"music",
"oscillator",
"effects",
"editor"
],
"author": "meandave",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/meandavejustice/audiograph.git"
},
"bugs": {
"url": "https://github.com/meandavejustice/audiograph/issues"
},
"homepage": "https://github.com/meandavejustice/audiograph#readme"
}