{
  "name": "zplayer",
  "description": "a mp3 stream player",
  "keywords": [
    "mp3",
    "stream",
    "player",
    "pcm",
    "audio",
    "sound",
    "music",
    "output",
    "speaker",
    "headphone",
    "alsa",
    "coreaudio",
    "openal",
    "sdl",
    "portaudio",
    "jack",
    "oss",
    "pulse",
    "mpg123"
  ],
  "license": "MIT",
  "version": "0.4.1",
  "author": "Zinway Liu <z@zin.so> (http://zin.so/)",
  "repository": {
    "type": "git",
    "url": "git://github.com/zinw/zPlayer.git"
  },
  "bugs": {
    "url": "https://github.com/zinw/zPlayer/issues"
  },
  "homepage": "https://github.com/zinw/zPlayer",
  "main": "./index.js",
  "scripts": {
    "test": "node-gyp rebuild --mpg123-backend=dummy && mocha --reporter spec"
  },
  "dependencies": {
    "bindings": "^1.2.1",
    "debug": "^2.2.0",
    "nan": "^2.2.0",
    "readable-stream": "^2.0.5",
    "inherits": "^2.0.1",
    "xtend": "^4.0.1",
    "audio-through": "^2.1.1"
  },
  "devDependencies": {
    "mocha": "^2.1.0"
  }
}
