This commit is contained in:
Alex Corbi 2018-10-31 23:40:22 +01:00
parent d886356513
commit ebf509d5dd
186 changed files with 37993 additions and 36821 deletions

View file

@ -1,17 +1,15 @@
{
"name": "get-size",
"description": "measures element size",
"version": "2.0.2",
"main": "get-size.js",
"authors": [
"David DeSandro"
],
"license": "MIT",
"keywords": [
"size",
"DOM"
],
"homepage": "https://github.com/desandro/get-size",
"description": "measures element size",
"dependencies": {
},
"devDependencies": {
"qunit": "~1.10"
},
"ignore": [
"test/",
"**/.*",
"package.json",
"node_modules",
@ -19,5 +17,21 @@
"test",
"tests",
"sandbox.html"
]
],
"homepage": "https://github.com/desandro/get-size",
"authors": [
"David DeSandro <desandrocodes@gmail.com>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"size",
"dom",
"width",
"height"
],
"license": "MIT"
}