Commit 2ed2780d authored by Alexander Makarenko's avatar Alexander Makarenko

update package.json

parent 10efb171
...@@ -2,8 +2,16 @@ ...@@ -2,8 +2,16 @@
"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.1", "version": "0.0.1",
"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": {
"type": "git",
"url": "https://github.com/estliberitas/node-thumbnails-webvtt"
},
"bugs": {
"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",
......
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