This commit is contained in:
Kiritan Flux 2018-12-05 13:22:41 +01:00
parent 05cf48534a
commit 83558f7bce
173 changed files with 1289 additions and 9312 deletions

View file

@ -1,15 +1,17 @@
{
"name": "get-size",
"version": "2.0.2",
"main": "get-size.js",
"description": "measures element size",
"dependencies": {
},
"devDependencies": {
"qunit": "~1.10"
},
"main": "get-size.js",
"authors": [
"David DeSandro"
],
"license": "MIT",
"keywords": [
"size",
"DOM"
],
"homepage": "https://github.com/desandro/get-size",
"ignore": [
"test/",
"**/.*",
"package.json",
"node_modules",
@ -17,21 +19,5 @@
"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"
]
}