-
Notifications
You must be signed in to change notification settings - Fork 116
/
package.json
57 lines (57 loc) · 1.24 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "ffmpeg-concat",
"version": "1.2.3",
"description": "Concats a list of videos together using ffmpeg with sexy OpenGL transitions.",
"repository": "transitive-bullshit/ffmpeg-concat",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",
"main": "index.js",
"bin": {
"ffmpeg-concat": "lib/cli.js"
},
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"test": "ava -v && standard"
},
"keywords": [
"ffmpeg",
"fluent-ffmpeg",
"opengl",
"gl",
"gl-transition",
"transition",
"concat",
"concatenate",
"video"
],
"devDependencies": {
"ava": "^1.4.1",
"standard": "^12.0.1"
},
"dependencies": {
"commander": "^2.19.0",
"ffmpeg-on-progress": "^1.0.0",
"ffmpeg-probe": "^1.0.6",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^7.0.1",
"get-pixels": "^3.3.3",
"gl": "^6.0.1",
"gl-buffer": "^2.1.2",
"gl-texture2d": "^2.1.0",
"gl-transition": "^1.13.0",
"gl-transitions": "^1.43.0",
"left-pad": "^1.3.0",
"ndarray": "^1.0.19",
"p-map": "^2.0.0",
"p-race": "^2.0.0",
"rmfr": "^2.0.0",
"sharp": "^0.31.1",
"tempy": "^0.2.1",
"url-parse": "^1.4.4"
},
"ava": {
"failFast": true
}
}