mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
32 lines
479 B
JSON
32 lines
479 B
JSON
|
{
|
||
|
"name": "fizzy-ui-utils",
|
||
|
"version": "1.0.1",
|
||
|
"authors": [
|
||
|
"David DeSandro"
|
||
|
],
|
||
|
"description": "UI utilities",
|
||
|
"main": "utils.js",
|
||
|
"dependencies": {
|
||
|
"doc-ready": "~1.0.4",
|
||
|
"matches-selector": "~1.0.2"
|
||
|
},
|
||
|
"moduleType": [
|
||
|
"amd",
|
||
|
"globals",
|
||
|
"node"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"utility",
|
||
|
"ui"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests",
|
||
|
"package.json"
|
||
|
]
|
||
|
}
|