SMLoadr/package.json

27 lines
749 B
JSON
Raw Normal View History

2018-01-24 21:24:09 +01:00
{
"name": "SMLoadr",
2018-03-03 00:37:21 +01:00
"version": "1.8.0",
2018-01-24 21:24:09 +01:00
"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",
2018-01-31 19:16:14 +01:00
"command-line-usage": "^4.1.0",
2018-01-24 21:24:09 +01:00
"flac-metadata": "^0.1.1",
"fs-extra": "^5.0.0",
2018-03-03 00:37:21 +01:00
"inquirer": "^5.0.1",
"jsonfile": "^4.0.0",
"md5-file": "^3.2.3",
2018-01-24 21:24:09 +01:00
"openurl": "^1.1.1",
2018-03-03 00:37:21 +01:00
"ora": "^2.0.0",
2018-01-24 21:24:09 +01:00
"request-promise-cache": "^1.0.6",
"sanitize-filename": "^1.6.1",
"util": "^0.10.3"
}
}