mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
17 lines
220 B
JSON
17 lines
220 B
JSON
{
|
|
"name": "fetch",
|
|
"main": "fetch.js",
|
|
"devDependencies": {
|
|
"es6-promise": "1.0.0"
|
|
},
|
|
"ignore": [
|
|
".*",
|
|
"*.md",
|
|
"examples/",
|
|
"Makefile",
|
|
"package.json",
|
|
"script/",
|
|
"test/"
|
|
]
|
|
}
|