{
  "name": "airtunes2",
  "description": "an AirTunes v2 implementation: stream wirelessly to audio devices.",
  "keywords": [
    "airtunes",
    "airplay",
    "raop",
    "coreaudio",
    "sound",
    "audio"
  ],
  "version": "2.0.0",
  "author": "Laurent Perrin <laurent.perrin@gmail.com>",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mcfisto/node_airtunes2.git"
  },
  "licenses": [
    {
      "type": "BSD"
    }
  ],
  "dependencies": {
    "async": "*"
  },
  "devDependencies": {
    "lame": "*",
    "request": "^2.83.0",
    "optimist": "*"
  },
  "bugs": {
    "url": "https://github.com/mcfisto/node_airtunes2/issues"
  }
}
