-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "little-media-box",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "nyc tape test/*.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"audio-extensions": "0.0.0",
"batch": "^0.6.1",
"binary-extensions": "^2.0.0",
"debug": "^4.1.1",
"ffmpeg-ffprobe-static": "^4.4.0-rc.11",
"ffmpeg-static": "^4.2.7",
"fluent-ffmpeg": "^2.1.2",
"get-uri": "^2.0.4",
"image-extensions": "^1.1.0",
"iso-639-1": "^2.1.0",
"iso-639-2": "^1.1.1",
"iso-639-3": "^1.2.0",
"mkvmerge-static": "^1.0.0",
"mkvmerge-static-linux": "^0.1.0",
"mutexify": "^1.2.0",
"nanoprocess": "^0.8.5",
"nanoresource": "^1.3.0",
"nanoresource-pool": "^0.3.1",
"nanoresource-ready": "^0.1.0",
"once": "^1.4.0",
"pretty-ms": "^5.1.0",
"pump": "^3.0.0",
"rimraf": "^3.0.0",
"simple-get": "^3.1.0",
"smpte-timecode": "^1.2.3",
"text-extensions": "^2.0.0",
"through2": "^3.0.1",
"uuid": "^3.3.3",
"video-extensions": "^1.1.0",
"x264-static": "^0.1.0"
},
"devDependencies": {
"nyc": "^15.0.0",
"pretty-bytes": "^5.3.0",
"progress": "^2.0.3",
"tape": "^4.13.2"
}
}