iobroker.chromecast
Version:
ioBroker chromecast Adapter
52 lines (51 loc) • 1.19 kB
JSON
{
"name": "iobroker.chromecast",
"version": "1.3.4",
"description": "ioBroker chromecast Adapter",
"author": {
"name": "Vegetto",
"email": "iobroker@angelnu.com"
},
"contributors": [
{
"name": "Vegetto",
"email": "iobroker@angelnu.com"
}
],
"homepage": "https://github.com/angelnu/ioBroker.chromecast",
"license": "MIT",
"keywords": [
"ioBroker",
"chromecast",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/angelnu/ioBroker.chromecast"
},
"dependencies": {
"castv2-player": "^1.1.5"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-replace": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-http": "^2.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^3.0.0",
"mocha": "^3.5.3",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/angelnu/ioBroker.chromecast/issues"
},
"readmeFilename": "README.md",
"main": "chromecast.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
}
}