mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
14 lines
165 B
JSON
14 lines
165 B
JSON
{
|
|
"name": "fetch",
|
|
"main": "fetch.js",
|
|
"ignore": [
|
|
".*",
|
|
"*.md",
|
|
"examples/",
|
|
"Makefile",
|
|
"package.json",
|
|
"script/",
|
|
"test/"
|
|
]
|
|
}
|