mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"name": "desandro-get-style-property",
|
|
"version": "1.0.4",
|
|
"description": "Quick and dirty CSS property testing",
|
|
"main": "get-style-property.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/desandro/get-style-property.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/desandro/get-style-property/issues"
|
|
},
|
|
"homepage": "https://github.com/desandro/get-style-property",
|
|
"keywords": [
|
|
"CSS",
|
|
"DOM"
|
|
],
|
|
"author": "David DeSandro"
|
|
}
|