{
  "name": "audio-slot",
  "version": "5.3.2",
  "description": "Web Audio API FRP wrapper for creating, routing, and triggering AudioNodes.",
  "main": "index.js",
  "scripts": {
    "example": "beefy examples/monosynth.js",
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mmckegg/audio-slot.git"
  },
  "dependencies": {
    "array-union": "^1.0.1",
    "audio-slot-param": "~2.2.5",
    "bitcrusher": "^0.3.0",
    "deep-equal": "~0.2.1",
    "freeverb": "^1.0.2",
    "geval": "^2.1.1",
    "make-distortion-curve": "^1.0.0",
    "next-tick": "^1.0.0",
    "noise-buffer": "^2.0.0",
    "observ": "^0.2.0",
    "observ-default": "^1.0.0",
    "observ-node-array": "^1.14.0",
    "observ-struct": "^6.0.0",
    "setimmediate2": "^2.0.1",
    "xtend": "~4.0.0"
  },
  "keywords": [
    "frp",
    "observ",
    "waapi",
    "AudioNode",
    "modulator",
    "source",
    "AudioParam",
    "json",
    "midi"
  ],
  "author": "Matt McKegg",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mmckegg/audio-slot/issues"
  },
  "homepage": "https://github.com/mmckegg/audio-slot",
  "devDependencies": {
    "beefy": "^2.1.5",
    "standard": "^5.0.0"
  }
}
