mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-13 01:21:53 +02:00
24 lines
390 B
JSON
24 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"
|
||
|
]
|
||
|
}
|