-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
32 lines (32 loc) · 892 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
{
"name": "linkedin-learning-courses-downloader",
"version": "0.2.0",
"description": "Download LinkedIn Learning courses using your LinkedIn Premium account",
"main": "index.js",
"scripts": {
"start": "node ./test.js",
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lawrensylvan/linkedin-learning-courses-downloader.git"
},
"keywords": [
"linkedin-learning",
"lynda",
"linkedin",
"e-learning"
],
"author": "Laurent Sylvain Vleminckx",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/lawrensylvan/linkedin-learning-courses-downloader/issues"
},
"homepage": "https://github.com/lawrensylvan/linkedin-learning-courses-downloader#readme",
"dependencies": {
"axios": "^0.21.1",
"lodash": "^4.17.21",
"puppeteer": "^2.1.1",
"unescape": "^1.0.1"
}
}