mumble-yt
Version:
A Mumble bot for streaming YouTube with queuing features.
38 lines (37 loc) • 923 B
JSON
{
"name": "mumble-yt",
"description": "A Mumble bot for streaming YouTube with queuing features.",
"version": "1.1.6",
"main": "index.js",
"license": "MIT",
"bin": {
"mumble-yt": "./index.js"
},
"author": {
"name": "Son Roy Almerol",
"email": "sonroya.almerol@gmail.com"
},
"homepage": "https://github.com/sonroyaalmerol/mumble-yt#readme",
"bugs": {
"url": "https://github.com/sonroyaalmerol/mumble-yt/issues",
"email": "sonroya.almerol@gmail.com"
},
"keywords": [
"youtube",
"mumble",
"stream",
"bot",
"mumble-yt"
],
"dependencies": {
"node-gyp-install": "^2.2.0",
"noodle.js": "^1.3.0",
"pouchdb": "^7.2.1",
"regex": "^0.1.1",
"scrape-youtube": "0.0.9",
"yargs": "^15.3.1",
"youtube-audio-stream": "git+https://github.com/JamesKyburz/youtube-audio-stream.git",
"youtube-url": "^0.5.0",
"yt-scraper": "^2.0.1"
}
}