mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"name": "jellyfin-web",
|
|
"version": "0.0.0",
|
|
"description": "Web interface for Jellyfin",
|
|
"repository": "https://github.com/jellyfin/jellyfin-web",
|
|
"license": "GPL-2",
|
|
"devDependencies": {
|
|
"webpack": "^4.29.5",
|
|
"webpack-cli": "^3.2.3"
|
|
}
|
|
}
|