UNPKG

browser-size

Version:

Get the window size of the browser and throttled resize events.

37 lines (36 loc) 875 B
{ "name": "browser-size", "version": "0.1.0", "description": "Get the window size of the browser and throttled resize events.", "main": "dist/index.js", "scripts": { "compile": "babel index.js > dist/index.js", "test": "browserify test/index.js | tape-run -b phantom" }, "repository": { "type": "git", "url": "git@github.com:pvalentim/browser-size.git" }, "keywords": [ "browser", "window", "resize", "responsive" ], "author": "Pedro Valentim", "license": "MIT", "bugs": { "url": "https://github.com/pvalentim/browser-size/issues" }, "homepage": "https://github.com/pvalentim/browser-size", "dependencies": { "lodash.throttle": "^3.0.1", "pragma-singleton": "^1.0.3" }, "devDependencies": { "babel": "^4.0.2", "browserify": "^8.1.3", "tape": "^3.5.0", "tape-run": "^0.3.0" } }