-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
42 lines (42 loc) · 934 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "bitmovin/bitmovinvideo-wordpress",
"type": "wordpress-plugin",
"version": "2.0.3",
"description": "The Bitmovin Wordpress Plugin",
"keywords": [
"wordpress",
"player",
"bitmovin",
"bitmovin",
"video",
"vr",
"ads",
"html5",
"dash",
"smooth",
"hls",
"mpeg-dash",
"mp4"
],
"authors": [
{
"name": "Lukas",
"homepage": "https://bitmovin.com/"
},
{
"name": "Gernot",
"homepage": "https://bitmovin.com/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/bitmovin/bitmovinvideo-wordpress/issues",
"source": "https://github.com/bitmovin/bitmovinvideo-wordpress",
"docs": "https://developer.bitmovin.com"
},
"homepage": "https://github.com/bitmovin/bitmovinvideo-wordpress",
"license": "GPLv2 or later",
"extra": {
"installer-name": "bitmovinvideo-wordpress"
}
}