UNPKG

youtube-thumbnail

Version:
43 lines (42 loc) 922 B
{ "name": "youtube-thumbnail", "version": "1.3.0", "description": "get thumbnail images for youtube videos", "main": "index.js", "scripts": { "test": "node test | tap-spec" }, "engines": { "node": ">=0.10.0" }, "bin": { "youtube-thumbnail": "cli.js" }, "files": [ "index.js", "cli.js" ], "keywords": [ "youtube", "thumbnail" ], "repository": { "type": "git", "url": "https://github.com/matiassingers/youtube-thumbnail" }, "author": "Matias Singers <mail@matiassingers.com> (http://mts.io)", "license": "MIT", "bugs": { "url": "https://github.com/matiassingers/youtube-thumbnail/issues" }, "homepage": "https://github.com/matiassingers/youtube-thumbnail", "dependencies": { "get-youtube-id": "0.1.3", "open": "0.0.5" }, "devDependencies": { "request-image-size": "1.2.2", "tap-spec": "4.0.0", "tape": "4.0.0" } }