UNPKG

viewport-funcs

Version:

A very limited subset of viewport functions I use every day

40 lines (39 loc) 920 B
{ "name": "viewport-funcs", "version": "0.3.1", "description": "A very limited subset of viewport functions I use every day", "repository": "jeromedecoster/viewport-funcs", "files": [ "cache.js", "contains.js", "margins.js", "rect.js" ], "keywords": [ "browser", "viewport", "document", "size", "position", "contains", "margins", "rect" ], "author": { "name": "Jérôme Decoster", "url": "http://jeromedecoster.com" }, "license": "MIT", "scripts": { "start": "budo src/index.js:bundle.js --dir src --host localhost --port 3000 --no-debug --open", "dev": "budo src/index.js:bundle.js --dir src --host localhost --port 3000 --no-debug --live", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "budo": "^8.3.0" }, "dependencies": { "is-funcs": "^0.5.1", "set-funcs": "^0.1.1" } }