mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
22 lines
546 B
JSON
22 lines
546 B
JSON
{
|
|
"name": "emby-webcomponents",
|
|
"authors": [
|
|
"The Emby Authors"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/MediaBrowser/emby-webcomponents.git"
|
|
},
|
|
"license": "https://github.com/MediaBrowser/emby-webcomponents/blob/master/LICENSE",
|
|
"homepage": "https://github.com/MediaBrowser/emby-webcomponents",
|
|
"dependencies": {
|
|
"requirejs": "requirejs#^2.1.22",
|
|
"isMobile": "isMobile#^0.3.9",
|
|
"material-design-lite": "material-design-lite#^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
|
|
},
|
|
"ignore": []
|
|
}
|