UNPKG

edx-archive

Version:

Simple tool to download edX course pages (including excercises with answers, course materials, errata, etc).

36 lines (35 loc) 870 B
{ "name": "edx-archive", "version": "1.3.21", "description": "Simple tool to download edX course pages (including excercises with answers, course materials, errata, etc).", "keywords": [ "edx", "mooc", "download", "downloader", "pdf", "png", "cli", "tool" ], "main": "index.js", "bin": "./index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://github.com/EugeneLoy/edx-archive", "repository": { "type": "git", "url": "https://github.com/EugeneLoy/edx-archive.git" }, "author": "Eugene Loy", "license": "ISC", "dependencies": { "async-prompt": "^1.0.1", "async-retry": "^1.2.3", "commander": "^4.0.1", "es6-promise-pool": "^2.5.0", "puppeteer": "^2.0.0", "sanitize-filename": "^1.6.3" } }