UNPKG

scrollbar-size

Version:
35 lines (34 loc) 773 B
{ "name": "scrollbar-size", "version": "2.1.0", "description": "Find the size of a scrollbar in the browser.", "main": "./dist/scrollbar-size.js", "types": "./dist/scrollbar-size.d.ts", "directories": { "test": "test" }, "scripts": { "build": "tsc", "test": "start test/index.html" }, "repository": { "type": "git", "url": "https://github.com/olympicsoftware/scrollbar-size" }, "keywords": [ "scroll", "scrollbar", "size", "width", "browser" ], "author": "Olympic Software", "license": "MIT", "bugs": { "url": "https://github.com/olympicsoftware/scrollbar-size/issues" }, "homepage": "https://github.com/olympicsoftware/scrollbar-size", "devDependencies": { "typescript": "^2.4.2" } }