-
Notifications
You must be signed in to change notification settings - Fork 163
/
package.json
53 lines (53 loc) · 993 Bytes
/
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
{
"name": "videoshow",
"version": "0.1.12",
"description": "Simple command-line and programmatic interface to create videos slideshows from images using ffmpeg",
"repository": "h2non/videoshow",
"author": "Tomas Aparicio",
"license": "MIT",
"main": "lib",
"directories": {
"lib": "./lib"
},
"bin": {
"videoshow": "./bin/videoshow"
},
"scripts": {
"test": "make test"
},
"keywords": [
"video",
"photo",
"slide",
"slides",
"image",
"show",
"ffmpeg",
"mpeg",
"avi",
"xvid",
"compose",
"slider",
"transition",
"photos",
"moviemaker",
"maker",
"movie",
"slideshow",
"slideshows",
"animoto"
],
"dependencies": {
"ass-stringify": "^0.1.1",
"fluent-ffmpeg": "^2.0.0",
"fw": "^0.1.2",
"lil-uuid": "^0.1.0",
"lodash.merge": "^4.6.2",
"yargs": "^3.5.4"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^6.2.0",
"rimraf": "^2.2.8"
}
}