SMLoadr/package.json

26 lines
719 B
JSON
Raw Normal View History

2018-01-24 21:24:09 +01:00
{
"name": "SMLoadr",
2018-02-21 19:52:36 +01:00
"version": "1.7.4",
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",
"inquirer": "^5.0.0",
"jsonfile": "latest",
"openurl": "^1.1.1",
2018-02-03 17:34:32 +01:00
"ora": "^1.4.0",
2018-01-24 21:24:09 +01:00
"request-promise-cache": "^1.0.6",
"sanitize-filename": "^1.6.1",
"util": "^0.10.3"
}
}