{ "name": "visibilityjs", "version": "1.2.7", "description": "Wrapper for the Page Visibility API", "keywords": [ "page visibility api", "visibility", "polyfill", "timer" ], "author": "Andrey Sitnik ", "license": "MIT", "repository": "ai/visibilityjs", "devDependencies": { "chai": "4.1.2", "coffee-script": "^1.12.7", "fs-extra": "5.0.0", "mocha": "5.0.1", "sinon": "4.4.2", "sinon-chai": "2.14.0", "size-limit": "^0.15.1", "uglify-js": "^3.3.12" }, "size-limit": [ { "path": "index.js", "limit": "780 B" } ], "scripts": { "test": "mocha && size-limit" } }