discover-chromecasts
Version:
Discover/detect all Chromecast devices on a network.
36 lines (35 loc) • 690 B
JSON
{
"name": "discover-chromecasts",
"version": "1.0.2",
"description": "Discover/detect all Chromecast devices on a network.",
"author": "DSTIL",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dstil/discover-chromecasts.git"
},
"bugs": {
"url": "https://github.com/dstil/discover-chromecasts/issues"
},
"main": "./index.js",
"dependencies": {
"multicast-dns": "4.0.1",
"pify": "2.3.0"
},
"devDependencies": {},
"engines": {
"node": ">= 4"
},
"keywords": [
"chromecast",
"cast",
"multiple",
"network",
"local",
"device",
"hardware",
"discover",
"detect",
"scan"
]
}