mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
20 lines
452 B
JSON
20 lines
452 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"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
|
||
|
},
|
||
|
"ignore": []
|
||
|
}
|