{ "name": "youtube-downloader", "version": "1.0.0", "description": "", "main": "main.js", "repository": { "type": "git", "url": "git+https://github.com/plane000/youtube-downloader.git" }, "author": "Ben (plane000)", "license": "MIT", "devDependencies": {}, "dependencies": { "express": "^4.16.4", "moment": "^2.23.0", "socket.io": "^2.2.0", "ytdl-core": "^0.28.3" } }