castv2-player
Version:
A Chromecast client based on the new (CASTV2) protocol
40 lines (39 loc) • 963 B
JSON
{
"name": "castv2-player",
"version": "2.1.3",
"description": "A Chromecast client based on the new (CASTV2) protocol",
"author": "angelnu",
"license": "MIT",
"main": "index.js",
"dependencies": {
"array-find": "^1.0.0",
"castv2-client": "^1.2.0",
"dev-null": "^0.1.1",
"icy": "^2.1.0",
"mime-types": "^2.1.35",
"multicast-dns": "^7.2.5",
"playlist-parser": "0.0.12",
"sprintf-js": "^1.1.2",
"util": "^0.12.4",
"why-is-node-running": "^2.2.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"mocha": "^9.2.2",
"why-is-node-running": "2.2.2"
},
"scripts": {
"test": "node_modules/.bin/mocha",
"release": "release-script"
},
"repository": {
"type": "git",
"url": "git://github.com/iobroker-community-adapters/castv2-player.git"
},
"keywords": [
"chromecast",
"castv2",
"home"
]
}