{ "name": "mongo-edu", "preferGlobal": true, "version": "0.2.15", "author": "Przemyslaw Pluta (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", "scripts": { "start": "node ./bin/mongo-edu" }, "bin": { "mongo-edu": "./bin/mongo-edu" }, "repository": { "type": "git", "url": "https://github.com/przemyslawpluta/mongo-edu.git" }, "keywords": [ "mongodb", "download", "handouts", "closed captions", "videos", "youtube", "playlists", "course", "education", "university", "edu" ], "license": "MIT", "dependencies": { "cheerio": "~0.19.0", "colors": "~1.1.2", "easy-table": "~1.0.0", "filesize": "~3.1.2", "glob": "~5.0.14", "inquirer": "~0.9.0", "lodash": "~3.10.0", "mkdirp": "~0.5.1", "mv": "~2.1.1", "path-extra": "~1.0.3", "progress": "~1.1.8", "request": "~2.60.0", "request-progress": "~0.3.1", "rimraf": "~2.4.2", "unzip": "~0.1.11", "which": "~1.1.1", "yargs": "~3.15.0", "youtube-dl": "~1.10.5" }, "engines": { "node": ">= 0.8.x" }, "bugs": { "url": "https://github.com/przemyslawpluta/mongo-edu/issues" }, "homepage": "https://github.com/przemyslawpluta/mongo-edu", "devDependencies": {} }