{
  "name": "node-core-audio",
  "version": "0.5.1",
  "author": "Mike Vegeto <michael.vegeto@gmail.com> (http://mikevegeto.com/)",
  "contributors": [
    "Marc J. Schmidt <marc@kryn.org> (http://marcjschmidt.de/)",
    "Jeremiah Senkpiel <fishrock123@rocketmail.com> (http://searchbeam.jit.su/)",
    "Daniel Church <CrazyNorman@gmail.com> (https://github.com/anprogrammer/)"
  ],
  "dependencies": {
    "audio-streamer": ">= 0.1.0",
    "fft": "~0.2.1",
    "nan": "^2.1.0",
    "node-waveheader": "git://github.com/mrose17/node-waveheader.git",
    "portfinder": "0.2.1"
  },
  "description": "Core native node.js audio functionality, including sound card access and audio streaming",
  "main": "./node-core-audio",
  "scripts": {
    "test": "node test/test.js"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "keywords": [
    "audio",
    "dsp",
    "processing",
    "portaudio",
    "sound",
    "synth",
    "signal",
    "streaming",
    "buffer"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/ZECTBynmo/node-core-audio.git"
  }
}
