{ "name": "mongo-edu", "preferGlobal": true, "version": "0.1.3", "author": "Przemyslaw Pluta (http://przemyslawpluta.com)", "description": "Select and download video courses from education.mongodb.com", "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", "videos", "youtube", "course", "education", "edu" ], "license": "MIT", "dependencies": { "request": "~2.34.0", "youtube-dl": "~1.3.6", "colors": "~0.6.2", "lodash": "~2.4.1", "cheerio": "~0.13.1", "inquirer": "~0.4.0", "progress": "~1.1.3", "mkdirp": "~0.3.5", "optimist": "~0.6.1" }, "engines": { "node": ">= 0.8.x" }, "bugs": { "url": "https://github.com/przemyslawpluta/mongo-edu/issues" }, "homepage": "https://github.com/przemyslawpluta/mongo-edu", "devDependencies": {} }