forked from riazXrazor/udemy-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1008 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "udemy-dl",
"version": "0.0.10",
"description": "Nodejs script to download a udemy.com course, for personal offline use",
"main": "index.js",
"bin": {
"udl": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/riazXrazor/udemy-dl.git"
},
"author": "Riaz Ali Laskar",
"url": "https://github.com/riazXrazor/udemy-dl/issues",
"email": "riazcool77@gmail.com",
"license": "ISC",
"dependencies": {
"async": "^2.1.4",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"clear": "0.0.1",
"clui": "^0.3.1",
"cookie": "^0.3.1",
"figlet": "^1.2.0",
"inquirer": "^2.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"preferences": "^0.2.1",
"progress": "^1.1.8",
"request": "^2.79.0",
"request-progress": "^3.0.0",
"sanitize-filename": "^1.6.1",
"slugify": "^1.1.0",
"yargs": "^6.6.0"
}
}