blowfish/node_modules/get-size/bower.json
2023-01-29 22:30:24 +00:00

23 lines
390 B
JSON

{
"name": "get-size",
"description": "measures element size",
"main": "get-size.js",
"authors": [
"David DeSandro"
],
"license": "MIT",
"keywords": [
"size",
"DOM"
],
"homepage": "https://github.com/desandro/get-size",
"ignore": [
"**/.*",
"package.json",
"node_modules",
"bower_components",
"test",
"tests",
"sandbox.html"
]
}