forked from ikeboy/pluralsight-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 836 Bytes
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
{
"name": "pluralsight-scraper",
"version": "2.1.0",
"description": "A scraper for pluralsight's library meant to download video files for offline viewing.",
"main": "index.js",
"dependencies": {
"node-fetch": "^2.6.0",
"puppeteer": "^2.1.1",
"yargs": "^15.3.1"
},
"devDependencies": {},
"scripts": {
"login": "node index.js login",
"get": "node index.js get",
"start": "node index.js"
},
"author": "Slava Knyazev",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/knyzorg/pluralsight-scraper.git"
},
"keywords": [
"pluralsight",
"scraper",
"downloader",
"ripper"
],
"bugs": {
"url": "https://github.com/knyzorg/pluralsight-scraper/issues"
},
"homepage": "https://github.com/knyzorg/pluralsight-scraper#readme"
}