-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
40 lines (40 loc) · 1.04 KB
/
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
{
"name": "yiidoc/yii2-video-js",
"description": " Yii 2 Widget for the [video.js](http://www.videojs.com/). A JavaScript and CSS library that makes it easier to work with and build on HTML5 video. This is also known as an HTML5 Video Player.",
"keywords": [
"yii2-video-js",
"yii2",
"yii2-extension",
"videojs",
"html5 video"
],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiidoc/yii2-video-js/issues",
"wiki": "https://github.com/yiidoc/yii2-video-js/wiki/",
"source": "https://github.com/yiidoc/yii2-video-js"
},
"authors": [
{
"name": "Nghia Nguyen",
"email": "[email protected]",
"homepage": "http://imnghia.com"
}
],
"require": {
"yiisoft/yii2": "~2.0",
"bower-asset/video.js": "~5.18.0"
},
"autoload": {
"psr-4": {
"yiidoc\\videojs\\": "src"
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}