-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcomposer.json
26 lines (26 loc) · 875 Bytes
/
composer.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
{
"name": "amnuts/jwplayer-thumbnail-preview-generator",
"description": "A simple but effective command-line tool for generating thumbnails of a video, and corresponding VTT file, for use within JW Player to allow for toolbar video preview.",
"keywords": ["video", "thumbnail", "thumbnails", "ffmpeg", "vtt", "jwplayer"],
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Andrew Collington",
"email": "andy@amnuts.com",
"homepage": "http://www.amnuts.com/",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/amnuts/jwplayer-thumbnail-preview-generator/graphs/contributors"
}
],
"support": {
"email": "andy@amnuts.com",
"issues": "https://github.com/amnuts/jwplayer-thumbnail-preview-generator/issues"
},
"require": {
"php": ">=5.4"
}
}