mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
28 lines
500 B
JSON
28 lines
500 B
JSON
{
|
|
"name": "get-style-property",
|
|
"main": "get-style-property.js",
|
|
"version": "1.0.4",
|
|
"homepage": "https://github.com/desandro/get-style-property",
|
|
"authors": [
|
|
"David DeSandro <desandrocodes@gmail.com>"
|
|
],
|
|
"description": "quick & dirty CSS property testing",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"CSS",
|
|
"DOM"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|