SMLoadr/package.json

35 lines
909 B
JSON
Raw Normal View History

2018-01-24 21:24:09 +01:00
{
"name": "SMLoadr",
2018-07-28 16:53:41 +02:00
"version": "1.9.3",
2018-01-24 21:24:09 +01:00
"description": "A streaming music downloader written in NodeJS.",
"author": "SMLoadrDev",
"license": "Unlicense",
2018-05-03 22:21:40 +02:00
"private": true,
2018-01-24 21:24:09 +01:00
"main": "SMLoadr.js",
"bin": "SMLoadr.js",
"repository": {
"type": "git",
"url": "https://git.teknik.io/SMLoadrDev/SMLoadr.git"
},
"engines": {
"node": ">=8.0.0"
},
2018-01-24 21:24:09 +01:00
"dependencies": {
"bluebird": "^3.5.1",
"cache-manager": "^2.9.0",
2018-05-02 00:57:53 +02:00
"chalk": "^2.4.1",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.4",
"fs-finder": "^1.8.1",
2018-07-28 16:53:41 +02:00
"inquirer": "^6.0.0",
2018-03-03 00:37:21 +01:00
"jsonfile": "^4.0.0",
"log": "^1.4.0",
2018-01-24 21:24:09 +01:00
"openurl": "^1.1.1",
2018-07-28 16:53:41 +02:00
"ora": "^3.0.0",
"request": "^2.85.0",
"request-plus": "^1.0.1",
2018-01-24 21:24:09 +01:00
"sanitize-filename": "^1.6.1",
2018-07-28 16:53:41 +02:00
"util": "^0.11.0"
2018-01-24 21:24:09 +01:00
}
}