{
  "name": "audio-through",
  "version": "4.0.1",
  "description": "Process/generate audio data based on function",
  "main": "./index.js",
  "scripts": {
    "preversion": "npm run lint && npm run test",
    "lint": "eslint *.js --ignore-pattern test*",
    "test": "node test.js",
    "test:browser": "budo test.js -d ./test"
  },
  "style": "index.css",
  "repository": {
    "type": "git",
    "url": "https://github.com/audiojs/audio-through"
  },
  "keywords": [
    "audio",
    "audiojs",
    "pcm",
    "generator",
    "through",
    "web-audio",
    "web-components"
  ],
  "author": "Dmitry Yvanov <df.creative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/audiojs/audio-through/issues"
  },
  "homepage": "https://github.com/audiojs/audio-through",
  "dependencies": {
    "audio-buffer-from": "^1.0.3",
    "audio-format": "^2.3.0",
    "defined": "^1.0.0",
    "is-audio-buffer": "^1.0.11",
    "pcm-convert": "^1.6.4"
  },
  "devDependencies": {
    "tape": "^4.8.0"
  }
}
