mirror of
https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr
synced 2024-11-16 05:04:31 +01:00
26 lines
709 B
JSON
26 lines
709 B
JSON
{
|
|
"name": "SMLoadr",
|
|
"version": "1.6.0",
|
|
"description": "A streaming music downloader written in NodeJS.",
|
|
"author": "SMLoadrDev",
|
|
"license": "Unlicense",
|
|
"main": "SMLoadr.js",
|
|
"bin": "SMLoadr.js",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.1",
|
|
"browser-id3-writer": "^4.0.0",
|
|
"chalk": "^2.3.0",
|
|
"command-line-args": "^5.0.1",
|
|
"flac-metadata": "^0.1.1",
|
|
"fs-extra": "^5.0.0",
|
|
"inquirer": "^5.0.0",
|
|
"jsonfile": "latest",
|
|
"md5-file": "^3.2.3",
|
|
"openurl": "^1.1.1",
|
|
"ora": "^1.3.0",
|
|
"request-promise-cache": "^1.0.6",
|
|
"sanitize-filename": "^1.6.1",
|
|
"util": "^0.10.3"
|
|
}
|
|
}
|