youtube-remote
Version:
Youtube Leanback API wrapper
40 lines (39 loc) • 768 B
JSON
{
"name": "youtube-remote",
"version": "1.1.0",
"description": "Youtube Leanback API wrapper",
"main": "index.js",
"scripts": {
"test": "standard"
},
"dependencies": {
"lodash": "^4.17.4",
"needle": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alxhotel/youtube-remote.git"
},
"keywords": [
"youtube",
"remote",
"cast",
"api",
"wrapper",
"player",
"lounge",
"token"
],
"author": {
"name": "Alex",
"email": "alxmorais8@msn.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alxhotel/youtube-remote/issues"
},
"homepage": "https://github.com/alxhotel/youtube-remote#readme",
"devDependencies": {
"standard": "^17.0.0"
}
}