mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/region-edoc.git
synced 2026-01-24 19:25:39 +03:00
41 lines
937 B
JSON
41 lines
937 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|
|
}
|
|
} |