mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
21 lines
498 B
JSON
21 lines
498 B
JSON
|
{
|
||
|
"name": "emby-apiclient",
|
||
|
"main": "apiclient.js",
|
||
|
"authors": [
|
||
|
"The Emby Authors"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/MediaBrowser/Emby.ApiClient.Javascript.git"
|
||
|
},
|
||
|
"license": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript/blob/master/LICENSE",
|
||
|
"homepage": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript",
|
||
|
"dependencies": {
|
||
|
"cryptojslib": "cryptojslib#^3.1.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
|
||
|
},
|
||
|
"ignore": []
|
||
|
}
|