-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "node-red-contrib-media-utils",
"version": "0.0.8",
"description": "A collection of Node-RED media nodes that can be used with IBM Watson services",
"dependencies": {
"easy-ffmpeg": "0.0.15",
"request": "~2.88.0",
"stream-to-array": "^2.3.0",
"temp": "^0.9.0",
"yauzl": "^2.10.0"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"ffmpeg",
"video",
"audio",
"media",
"bluemix",
"watson"
],
"repository": {
"type": "git",
"url": "https://github.com/ibm-early-programs/node-red-contrib-media-utils"
},
"contributors": [
{
"name": "Anna Thomas",
"email": "[email protected]"
},
{
"name": "Chris Parson",
"email": "[email protected]"
}
],
"node-red": {
"nodes": {
"ffmpeg-conversion": "ffmpeg-conversion/ffmpeg-conversion.js",
"ffmpeg-silence-detect": "ffmpeg-silence-detect/ffmpeg-silence-detect.js",
"ffmpeg-segment": "ffmpeg-segment/ffmpeg-segment.js",
"unzip": "unzip/unzip.js"
}
}
}