forked from FallingSnow/h265ize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "h265ize",
"version": "0.4.2",
"description": "h265ize is a fire and forget weapon. A nodejs utility utilizing ffmpeg to encode large quantities of videos with the hevc codec.",
"main": "h265ize",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "h265ize",
"repository": {
"type": "git",
"url": "git+https://github.com/FallingSnow/h265ize.git"
},
"keywords": [
"video",
"convert",
"encode",
"library",
"transcode"
],
"author": "Ayrton Sparling",
"license": "MIT",
"bugs": {
"url": "https://github.com/FallingSnow/h265ize/issues"
},
"homepage": "https://github.com/FallingSnow/h265ize#readme",
"dependencies": {
"colors": "^1.1.2",
"filesize": "^3.3.0",
"fluent-ffmpeg": "^2.1.0",
"fs-extra": "^0.30.0",
"hasbin": "^1.2.3",
"keypress": "^0.2.1",
"lodash": "^4.12.0",
"mathjs": "^3.2.1",
"mime": "^1.3.4",
"moment": "^2.13.0",
"moment-duration-format": "^1.3.0",
"optional": "^0.1.3",
"recursive-readdir": "^2.0.0",
"strip-ansi": "^3.0.1",
"winston": "^2.2.0",
"yargs": "^4.7.1"
}
}