SMLoadr/package.json

38 lines
968 B
JSON
Raw Normal View History

2018-01-24 21:24:09 +01:00
{
"name": "SMLoadr",
2019-03-11 18:24:08 +01:00
"version": "1.9.5",
2018-01-24 21:24:09 +01:00
"description": "A streaming music downloader written in NodeJS.",
"author": "SMLoadrDev",
"license": "Unlicense",
2019-03-11 18:24:08 +01:00
"private": false,
2018-01-24 21:24:09 +01:00
"main": "SMLoadr.js",
"bin": "SMLoadr.js",
"repository": {
"type": "git",
2018-07-30 22:05:54 +02:00
"url": "https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr.git"
},
"engines": {
"node": ">=8.0.0"
},
2018-01-24 21:24:09 +01:00
"dependencies": {
2019-03-11 18:24:08 +01:00
"bluebird": "^3.5.3",
"cache-manager": "^2.9.0",
2019-03-11 18:24:08 +01:00
"chalk": "^2.4.2",
"command-line-args": "^5.0.2",
2018-07-30 22:05:54 +02:00
"command-line-usage": "^5.0.5",
"fs-finder": "^1.8.1",
2019-03-11 18:24:08 +01:00
"inquirer": "^6.2.2",
"jsonfile": "^5.0.0",
"log": "^1.4.0",
2018-01-24 21:24:09 +01:00
"openurl": "^1.1.1",
2019-03-11 18:24:08 +01:00
"ora": "^3.2.0",
"request": "^2.88.0",
"request-plus": "^2.0.0",
2018-01-24 21:24:09 +01:00
"sanitize-filename": "^1.6.1",
2019-03-11 18:24:08 +01:00
"util": "^0.11.1"
},
"devDependencies": {
"pkg": "4.3.1"
2018-01-24 21:24:09 +01:00
}
}