{
  "name": "airplayer",
  "version": "2.0.0",
  "description": "Query your local network for Apple TV's and have them play videos",
  "main": "index.js",
  "bin": "bin.js",
  "dependencies": {
    "airplay-protocol": "^2.0.2",
    "appendable-cli-menu": "^2.0.0",
    "bonjour": "^3.3.1",
    "internal-ip": "^1.2.0",
    "mime": "^1.3.4",
    "minimist": "^1.2.0",
    "range-parser": "^1.0.3",
    "server-destroy": "^1.0.1"
  },
  "devDependencies": {
    "standard": "^6.0.8",
    "tape": "^4.5.1"
  },
  "scripts": {
    "test": "standard && node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/airplayer.git"
  },
  "keywords": [
    "airplay",
    "apple",
    "tv",
    "appletv",
    "video",
    "player",
    "play",
    "cli",
    "command"
  ],
  "engines": {
    "node": ">= 0.12"
  },
  "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/airplayer/issues"
  },
  "homepage": "https://github.com/watson/airplayer#readme",
  "coordinates": [
    52.5307717,
    13.3839318
  ]
}
