SMLoadr/package.json

26 lines
709 B
JSON
Raw Normal View History

2018-01-24 21:24:09 +01:00
{
"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"
}
}