mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
41 lines
811 B
JSON
41 lines
811 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"
|
||
|
],
|
||
|
"homepage": "https://github.com/metafizzy/fizzy-ui-utils",
|
||
|
"_release": "1.0.1",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "v1.0.1",
|
||
|
"commit": "823b543b583f4831d25aadf94c26fc6018e62172"
|
||
|
},
|
||
|
"_source": "git://github.com/metafizzy/fizzy-ui-utils.git",
|
||
|
"_target": "~1.0.1",
|
||
|
"_originalSource": "fizzy-ui-utils"
|
||
|
}
|