mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/region-edoc.git
synced 2026-01-24 07:35:38 +03:00
Поправлена структура, разделы в подразделы до 3.3
This commit is contained in:
41
ИЭТР-тест/Develop/app/js/jPlayer-2.9.2/composer.json
Normal file
41
ИЭТР-тест/Develop/app/js/jPlayer-2.9.2/composer.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "happyworm/jplayer",
|
||||
"description": "jPlayer allows you to create a media player with a consistent interface and experience across all browsers.",
|
||||
"type": "component",
|
||||
"homepage": "http://jplayer.org/",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"audio",
|
||||
"video",
|
||||
"media",
|
||||
"player",
|
||||
"jplayer",
|
||||
"html5",
|
||||
"streaming"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mark J Panaghiston",
|
||||
"email": "markp@happyworm.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"robloach/component-installer": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"components/jquery": ">=1.7.2"
|
||||
},
|
||||
"extra": {
|
||||
"component": {
|
||||
"scripts": [
|
||||
"dist/jplayer/jquery.jplayer.js"
|
||||
],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"shim": {
|
||||
"deps": ["jquery"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user