chai-in-viewport
Version:
Chai plugin to check if a DOM element is currently within the visible viewport
39 lines (38 loc) • 860 B
JSON
{
"name": "chai-in-viewport",
"version": "1.0.3",
"description": "Chai plugin to check if a DOM element is currently within the visible viewport",
"main": "./dist/index.js",
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "npm run cypress:run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/borilla/chai-in-viewport.git"
},
"keywords": [
"chai",
"dom",
"node",
"element",
"visible",
"visibility",
"viewport",
"window"
],
"author": "borilla",
"license": "MIT",
"files": [
"/dist"
],
"bugs": {
"url": "https://github.com/borilla/chai-in-viewport/issues"
},
"homepage": "https://github.com/borilla/chai-in-viewport#readme",
"devDependencies": {
"cypress": "^3.1.0",
"eslint-plugin-cypress": "^2.0.1"
}
}