SMLoadr/package.json

35 lines
918 B
JSON

{
"name": "SMLoadr",
"version": "1.9.0",
"description": "A streaming music downloader written in NodeJS.",
"author": "SMLoadrDev",
"license": "Unlicense",
"main": "SMLoadr.js",
"bin": "SMLoadr.js",
"repository": {
"type": "git",
"url": "https://git.teknik.io/SMLoadrDev/SMLoadr.git"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"bluebird": "^3.5.1",
"cache-manager": "^2.9.0",
"chalk": "^2.3.2",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.4",
"fs-finder": "^1.8.1",
"inquirer": "^5.2.0",
"jsonfile": "^4.0.0",
"log": "^1.4.0",
"md5-file": "^4.0.0",
"openurl": "^1.1.1",
"ora": "^2.0.0",
"request": "^2.85.0",
"request-plus": "^1.0.1",
"sanitize-filename": "^1.6.1",
"util": "^0.10.3"
}
}