jellyfin-web/dashboard-ui/bower_components/get-style-property/package.json

24 lines
582 B
JSON
Raw Normal View History

2015-10-12 12:09:56 -07:00
{
"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"
}