mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
16 lines
220 B
JSON
16 lines
220 B
JSON
{
|
|
"name": "fetch",
|
|
"main": "fetch.js",
|
|
"devDependencies": {
|
|
"es6-promise": "1.0.0"
|
|
},
|
|
"ignore": [
|
|
".*",
|
|
"*.md",
|
|
"examples/",
|
|
"Makefile",
|
|
"package.json",
|
|
"script/",
|
|
"test/"
|
|
]
|
|
}
|