mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
39 lines
646 B
JSON
39 lines
646 B
JSON
|
{
|
||
|
"name": "get-size",
|
||
|
"version": "1.2.2",
|
||
|
"main": "get-size.js",
|
||
|
"description": "measures element size",
|
||
|
"dependencies": {
|
||
|
"get-style-property": "1.x"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"qunit": "~1.10"
|
||
|
},
|
||
|
"ignore": [
|
||
|
"test/",
|
||
|
"**/.*",
|
||
|
"package.json",
|
||
|
"component.json",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"homepage": "https://github.com/desandro/get-size",
|
||
|
"authors": [
|
||
|
"David DeSandro <desandrocodes@gmail.com>"
|
||
|
],
|
||
|
"moduleType": [
|
||
|
"amd",
|
||
|
"globals",
|
||
|
"node"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"size",
|
||
|
"dom",
|
||
|
"width",
|
||
|
"height"
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
}
|