youtube-cue/package.json

41 lines
825 B
JSON
Raw Normal View History

2017-06-07 20:14:09 +00:00
{
"name": "youtube-ripper",
"version": "1.0.0",
2018-05-27 05:56:53 +00:00
"description": "rips entire albums from youtube videos",
2017-06-07 20:14:09 +00:00
"main": "index.js",
"scripts": {
2017-06-07 20:47:27 +00:00
"test": "mocha"
2017-06-07 20:14:09 +00:00
},
"author": "Nemo <me@captnemo.in>",
"license": "MIT",
"devDependencies": {
2018-05-27 05:56:53 +00:00
"mocha": "^5.2.0"
2017-06-07 20:47:27 +00:00
},
"dependencies": {
2017-06-10 20:23:12 +00:00
"console-log-level": "^1.4.0",
"get-artist-title": "^1.1.1",
2018-05-27 05:56:53 +00:00
"meow": "^5.0.0",
"ora": "^2.1.0"
2017-06-07 20:47:27 +00:00
},
"repository": {
"type": "git",
2018-05-27 05:56:53 +00:00
"url": "https://github.com/captn3m0/youtube-ripper"
2017-06-07 20:47:27 +00:00
},
"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"
2017-06-07 20:14:09 +00:00
}