{
  "name": "custom-audio-node",
  "version": "0.3.1",
  "description": "Create your own AudioNodes with AudioParams for using with the Web Audio API.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "audio-param-transform": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mmckegg/custom-audio-node.git"
  },
  "keywords": [
    "web",
    "audio",
    "api",
    "waapi",
    "AudioNode",
    "AudioParam",
    "wrap"
  ],
  "author": "Matt McKegg",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mmckegg/custom-audio-node/issues"
  },
  "homepage": "https://github.com/mmckegg/custom-audio-node"
}
