@jesusgm/usewindowsize
Version:
Custom hook to obtain the current window size in yout React apps
32 lines (31 loc) • 695 B
JSON
{
"name": "@jesusgm/usewindowsize",
"version": "0.1.0",
"description": "Custom hook to obtain the current window size in yout React apps",
"main": "index.js",
"scripts": {
"release": "np",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jesusgm/useWindowSize.git"
},
"keywords": [
"useWindowSize",
"window",
"size",
"react",
"hook",
"customhook"
],
"author": "Jesús Gándara Martínez",
"license": "MIT",
"bugs": {
"url": "https://github.com/jesusgm/useWindowSize/issues"
},
"homepage": "https://github.com/jesusgm/useWindowSize#readme",
"devDependencies": {
"np": "^7.5.0"
}
}