{
  "name": "castv2",
  "version": "0.1.10",
  "description": "An implementation of the Chromecast CASTV2 protocol",
  "author": "thibauts",
  "license": "MIT",
  "main": "index.js",
  "dependencies": {
    "debug": "^4.1.1",
    "protobufjs": "^6.8.8"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thibauts/node-castv2.git"
  },
  "keywords": [
    "chromecast",
    "castv2"
  ]
}
