Commit c21cd942 authored by Alexander Makarenko's avatar Alexander Makarenko

bug fixes

parent 923476f0
{ {
"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": [
"repository": { "video",
"thumbnail",
"spritesheet",
"sprite",
"webvtt",
"ffmpeg",
"imagemagick"
],
"repository": {
"type": "git", "type": "git",
"url": "https://github.com/estliberitas/node-thumbnails-webvtt" "url": "https://github.com/estliberitas/node-thumbnails-webvtt"
}, },
"bugs": { "bugs": {
"url": "https://github.com/estliberitas/node-thumbnails-webvtt/issues" "url": "https://github.com/estliberitas/node-thumbnails-webvtt/issues"
}, },
"dependencies": { "dependencies": {
"fluent-ffmpeg": "^1.7.2", "fluent-ffmpeg": "^1.7.2",
"fs-extra": "^0.10.0", "fs-extra": "^0.10.0",
"lodash": "^2.4.1", "lodash": "^2.4.1",
"moment": "^2.7.0", "moment": "^2.7.0",
"node-sprite": "^0.1.2" "node-sprite": "^0.1.2"
}, },
"author": "Alexander Makarenko <estliberitas@gmail.com>" "author": "Alexander Makarenko <estliberitas@gmail.com>"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment