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