youtube-cue/package.json
dependabot-preview[bot] bce23f0155
Bump get-artist-title from 1.1.1 to 1.2.0
Bumps [get-artist-title](https://github.com/goto-bus-stop/get-artist-title) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/goto-bus-stop/get-artist-title/releases)
- [Commits](https://github.com/goto-bus-stop/get-artist-title/compare/v1.1.1...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 23:12:52 +00:00

41 lines
825 B
JSON

{
"name": "youtube-ripper",
"version": "1.0.0",
"description": "rips entire albums from youtube videos",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Nemo <me@captnemo.in>",
"license": "MIT",
"devDependencies": {
"mocha": "^5.2.0"
},
"dependencies": {
"console-log-level": "^1.4.1",
"get-artist-title": "^1.2.0",
"meow": "^5.0.0",
"ora": "^2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/captn3m0/youtube-ripper"
},
"keywords": [
"youtube-ripper",
"youtube",
"download",
"youtube-dl",
"ffmpeg",
"split",
"album",
"avconv",
"cue",
"ripper"
],
"bugs": {
"url": "https://github.com/captn3m0/youtube-ripper/issues"
},
"homepage": "https://github.com/captn3m0/youtube-ripper"
}