bug fixes
Showing
| { | { | ||
| "name": "thumbnails-webvtt", | "name": "thumbnails-webvtt", | ||
| "description": "Module for creating video thumbnails with WebVTT file as descriptor", | "description": "Module for creating video thumbnails with WebVTT file as descriptor", | ||
| "version": "0.0.3", | "version": "0.0.4", | ||
| "license": "MIT", | "license": "MIT", | ||
| "main": "lib/index.js", | "main": "lib/index.js", | ||
| "keywords": ["video", "thumbnail", "spritesheet", "sprite", "webvtt", "ffmpeg", "imagemagick"], | "keywords": [ | ||
| "video", | |||
| "thumbnail", | |||
| "spritesheet", | |||
| "sprite", | |||
| "webvtt", | |||
| "ffmpeg", | |||
| "imagemagick" | |||
| ], | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://github.com/estliberitas/node-thumbnails-webvtt" | "url": "https://github.com/estliberitas/node-thumbnails-webvtt" | ||
| ... | ... |
Please register or sign in to comment