chromecast-js
Version:
Chromecast/Googlecast streaming module all in JS
32 lines (31 loc) • 717 B
JSON
{
"name": "chromecast-js",
"version": "0.1.7",
"description": "Chromecast/Googlecast streaming module all in JS",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/guerrerocarlos/chromecast-js.git"
},
"keywords": [
"chromecast",
"googlecast",
"stream",
"streaming",
"torrentv"
],
"author": {
"name": "Carlos Guerrero",
"email": "guerrerocarlos@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/guerrerocarlos/chromecast-js/issues"
},
"homepage": "https://github.com/guerrerocarlos/chromecast-js",
"dependencies": {
"castv2-client": "0.0.8",
"debug": "^1.0.4",
"node-ssdp": "^2.0.1"
}
}