grumble-youtube/package.json

14 lines
266 B
JSON
Raw Normal View History

2020-12-28 17:55:06 +00:00
{
"name": "grumble-youtube",
"version": "1.0.0",
"description": "Play audio in Grumble",
"main": "index.js",
"author": "ale",
"license": "MIT",
"dependencies": {
"node-grumble": "latest",
"youtube-dl": "latest",
"ytdl-core": "latest"
}
}