node-red-contrib-viseo-ffmpeg
Version:
VISEO Bot Maker - FFMPEG
23 lines (20 loc) • 633 B
JSON
{
"name" : "node-red-contrib-viseo-ffmpeg",
"version" : "0.3.0",
"description" : "VISEO Bot Maker - FFMPEG",
"dependencies" : {
"node-red-viseo-helper": "~0.3.0",
"is-utf8": "~0.2.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/NGRP/node-red-contrib-viseo/tree/master/node-red-contrib-ffmpeg"
},
"license": "Apache-2.0",
"keywords": [ "viseo", "sarah", "node-red", "ffmpeg", "command", "line" ],
"node-red" : {
"nodes": {
"ffmpeg-command": "node-ffmpeg-command.js"
}
}
}